@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==============================================
font-face
※下記は言語選択プルダウン用です。言語選択プルダウン内の文字のみサブセットしています。
================================================= */
@font-face {
  font-family: 'Noto Serif JP';
  src: url('/fonts/NotoSerifJP-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif SC';
  src: url('/fonts/NotoSerifSC-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif TC';
  src: url('/fonts/NotoSerifTC-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif KR';
  src: url('/fonts/NotoSerifKR-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif';
  src: url('/fonts/NotoSerif-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Thai';
  src: url('/fonts/NotoSerifThai-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
舞浜フォント
========================================================= */
/* 舞浜の「Ⅰ」だけ 游明朝にする */
.roman-one {
  font-family: 'YuMincho', '游明朝', serif;
  font-weight: 400;
  /* margin-left: .2em; */
}

@font-face {
  font-family: 'Lunasima';
  src: url('/fonts/Lunasima-Regular.woff2') format('woff2'),
    url('/fonts/Lunasima-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Premium MONday 浅草Ⅰの「Ⅰ」だけ 指定フォントににする */
.asakusa-one-font {
  font-family: 'Lunasima', 'YuMincho', '游明朝', serif;
  font-weight: 400;
  font-size: 115%;
}

.btn a .roman-one,
.btn a .asakusa-one-font {
  display: contents;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
見出し、テキスト
========================================================= */
.secTitle01 {
  margin: 0 0 50px;
  color: #142335;
  font-size: 2.3rem;
}

@media (max-width: 1024px) {
  .secTitle01 {
    margin: 0 0 20px;
    font-size: 1.7rem;
  }
}

.secTitle01 .ja {
  display: block;
}

.secTitle01 .en {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 8.1rem;
}

@media (max-width: 767px) {
  .secTitle01 .en {
    font-size: 5.2rem;
  }
}

.secTitle01 .enExc {
  text-transform: capitalize;
}

.secTitle01.right {
  text-align: right;
}

.secTitle01.center {
  text-align: center;
}

@media (max-width: 767px) {
  .secTitle01.center.spLeft {
    text-align: left;
  }
}

.secTitle01:only-child {
  margin-bottom: 0;
}

.secTitle01+.secTitle02 {
  margin-top: -10px;
}

.secTitle02 {
  color: #000;
  line-height: 1.7;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .secTitle02 {
    font-size: 1.5rem;
  }
}

.secTitle02:first-child {
  margin-top: 0;
}

.secTitle03 {
  margin: 20px 0 40px;
  line-height: 1.75;
  font-weight: 700;
  font-size: 3.8rem;
}

@media (max-width: 767px) {
  .secTitle03 {
    margin: 15px 0;
    font-size: 2.7rem;
  }
}

.secTitle03.bgRed {
  padding: 30px 40px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .secTitle03.bgRed {
    margin: 20px 0;
    padding: 10px 20px;
  }
}

.secTitle03:first-child {
  margin-top: 0;
}

.leadText {
  text-align: center;
}

@media (max-width: 767px) {
  .leadText {
    text-align: left;
  }
}

.c_gold {
  color: #AB8D4B;
}

strong {
  font-weight: 700;
}

/* =========================================================
block
========================================================= */
.bg_beige {
  background: #F7F4ED;
}

.bg_navy {
  background: #142335;
  color: #fff;
}

section .wrapper {
  position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .flex {
    display: block;
  }
}

.contentsBlock {
  background: #fff;
  padding: 55px 55px 55px;
  margin: 50px 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #4D4D4D;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contentsBlock {
    padding: 30px 6% 30px;
  }
}

@media (max-width: 767px) {
  .contentsBlock {
    padding: 30px 20px;
    margin: 30px 0;
  }
}

.contentsBlock:last-child {
  margin-bottom: 0;
}

hr.rule {
  border: none;
  border-top: 1px solid #F7F4ED;
  width: 100px;
  margin: 50px 0;
}

@media (max-width: 767px) {
  hr.rule {
    margin: 25px 0;
  }
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

a svg {
  transition: all 0.25s;
}

.icon_link {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  margin: 0 0 2px 7px;
}

@media (max-width: 767px) {
  .icon_link {
    width: 5px;
    height: 10px;
  }
}

.icon_ex {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 13px;
  margin: 0 0 2px 5px;
}

@media (max-width: 767px) {
  .icon_ex {
    width: 16px;
    height: 12px;
  }
}

.btn .icon_pdf {
  fill: #fff !important;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.btn .icon_ex {
  fill: #fff !important;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.contents a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.contents a:hover {
  color: #AB8D4B;
  text-decoration: none;
}

.contents a:hover svg {
  fill: #AB8D4B;
}

.contents a .icon_link,
.contents a .icon_ex,
.contents a .icon_pdf {
  fill: #4D4D4D;
}

.contents a.c_green {
  color: #A72A2E;
}

.icon_arrow02 {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  margin: 0 0 3px 10px;
}

.btn {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .btn {
    margin: 20px 0;
  }
}

.btn a,
.btn .btnLink {
  position: relative;
  border-radius: 4px;
  background: #142335;
  max-width: 100%;
  width: 335px;
  height: 65px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  line-height: 1.2;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 767px) {

  .btn a,
  .btn .btnLink {
    min-width: 0;
    width: 100%;
    height: 55px;
    padding: 10px 20px 10px 20px;
  }
}

.btn a .mark,
.btn .btnLink .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 18px;
  height: 18px;
  margin: auto;
}

@media (max-width: 767px) {

  .btn a .mark,
  .btn .btnLink .mark {
    width: 15px;
    height: 15px;
  }
}

.btn a .mark .icon_link,
.btn .btnLink .mark .icon_link {
  width: 5px;
  height: 10px;
  margin: 0;
}

.btn a .arrow_mark02,
.btn .btnLink .arrow_mark02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000;
  width: 33px;
  height: 33px;
  margin-left: 20px;
}

.btn a .arrow_mark02 .icon_arrow,
.btn .btnLink .arrow_mark02 .icon_arrow {
  display: block;
  fill: #fff;
  width: 13px;
  height: 10px;
}

.btn a:hover,
.btn .btnLink:hover {
  color: #fff;
}

.btn a .icon_ex,
.btn .btnLink .icon_ex {
  fill: #A72A2E;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  margin: 0 0 3px 7px;
}

.btn.clear a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}

.btn.gold a {
  background: #AB8D4B;
}

.btn.white a {
  background: #fff;
  color: #000;
}

.btn.white a .mark {
  background: #142335;
}

.btn.white a .mark svg {
  fill: #fff;
}

.btn.center {
  text-align: center;
}

.btn:last-child {
  margin-bottom: 0;
}

.bgLink {
  position: relative;
}

.bgLink .photo {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
}

.bgLink a {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5) no-repeat center/cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .bgLink a {
    padding: 0 5%;
  }
}

.bgLinkTitle {
  color: #fff;
}

.bgLinkTitle .en {
  color: #fff;
}

.bgLink .secTitle02 {
  margin-top: 0;
  color: inherit;
}

.bgLink .btn {
  width: 100%;
  margin-bottom: 0;
}

.bgLink .btn .btnLink {
  color: inherit;
  border-color: inherit;
}

.bgLink .btn .btnLink::before {
  background: #fff;
}

.bgLink .btn .btnLink::after {
  border-color: inherit;
}

/* =========================================================
リスト
========================================================= */
.disc li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  margin-right: 5px;
}

.tabList {
  display: flex;
  gap: 25px;
  margin: 10px 0 60px;
}

@media (max-width: 767px) {
  .tabList {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 15px;
    width: 240px;
    margin: 20px auto 25px;
    font-size: 1.3rem;
  }
}

.tabList li a {
  color: #AB8D4B;
  text-decoration: none;
}

@media (max-width: 767px) {
  .tabList li a {
    display: block;
  }
}

.tabList li.active a {
  text-decoration: underline;
  font-weight: 600;
}

/* =========================================================
画像
========================================================= */
.photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* =========================================================
table
========================================================= */
.table01 {
  border-top: 1px solid #DFDFDF;
  width: 100%;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .table01 {
    border-top: none;
    margin: 30px 0;
  }
}

.table01:first-child {
  margin-top: 0;
}

.table01:last-child {
  margin-bottom: 0;
}

.table01 th,
.table01 td {
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 20px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .table01 th,
  .table01 td {
    padding: 12px 15px;
  }
}

@media (max-width: 767px) {

  .table01 th,
  .table01 td {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    padding: 12px 0;
  }
}

.table01 th a,
.table01 td a {
  text-decoration: underline;
}

.table01 th a:hover,
.table01 td a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {

  .table01 th a[href^=tel],
  .table01 td a[href^=tel] {
    color: inherit;
    text-decoration: none;
  }
}

.table01 th {
  border-bottom: 1px solid #142335;
  width: 20%;
  padding: 20px 20px;
  color: #142335;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table01 th {
    padding: 12px 10px;
  }
}

@media (max-width: 767px) {
  .table01 th {
    border-top: 1px solid #142335;
    border-bottom-color: #DFDFDF;
    width: 100%;
    padding: 10px 20px;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

.table01 tr:first-child th {
  border-top: 1px solid #142335;
}

/* =========================================================
colorbox
========================================================= */
/* スクロールバー */
#cboxOverlay {
  opacity: 0.95 !important;
  background: #F7F4ED !important;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible !important;
}

#cboxCurrent,
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

#cboxContent {
  float: none !important;
  overflow: visible !important;
  background: none !important;
}

#cboxLoadedContent {
  overflow: visible !important;
  background: #fff;
  padding: 50px;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  #cboxLoadedContent {
    padding: 20px;
  }
}

#cboxClose {
  display: block;
  right: -10px !important;
  top: -50px !important;
  bottom: auto;
  width: 55px !important;
  height: 55px !important;
  text-align: left !important;
  text-indent: -9999px !important;
}

#cboxClose::before,
#cboxClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

#cboxClose::after {
  transform: rotate(-45deg);
}

.colorBoxContentsWrap {
  display: none;
}

/* =========================================================
SLICK
========================================================= */
@media (max-width: 767px) {
  .slick-slider .slick-slide .pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .slick-slider .slick-slide .sp {
    display: none;
  }
}

.slick-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 10px;
  bottom: 0;
  z-index: 1;
  border: none;
  background: none;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    top: auto;
    bottom: -5px;
    z-index: 10;
    width: 25px;
    height: 25px;
  }
}

.slick-slider .slick-arrow svg {
  width: 7px;
  height: 12px;
}

.slick-slider .slick-prev {
  left: -150px;
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  .slick-slider .slick-prev {
    left: -10px;
  }
}

.slick-slider .slick-next {
  right: -150px;
}

@media (max-width: 767px) {
  .slick-slider .slick-next {
    right: -10px;
  }
}

.slick-slider .slick-dots {
  position: static;
  text-align: center;
  font-size: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-dots {
    width: calc(100% - 60px);
    margin: 30px auto 0;
    text-align: center;
  }
}

.slick-slider .slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  font-size: 12px;
}

.slick-slider .slick-dots li:only-child {
  display: none;
  margin-top: -30px;
}

.slick-slider .slick-dots li button {
  border: none;
  border-radius: 50%;
  background: #C5C5C5;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-slider .slick-dots li.slick-active button {
  background: #A72A2E;
}

.arrows {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.arrows .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #142335;
  background: none;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .arrows .slick-arrow {
    top: auto;
    bottom: -5px;
    z-index: 10;
    width: 25px;
    height: 25px;
    margin: 0;
  }
}

.arrows .slick-arrow svg {
  width: 7px;
  height: 12px;
}

.arrows .slick-prev {
  transform: scale(-1, 1);
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  html {
    scroll-padding-top: 90px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  position: relative;
  background: #F7F4ED;
  color: #4D4D4D;
  font-size: 15px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
  line-height: 2;
  min-width: 1250px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  padding-top: 80px;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

body.fixed {
  overflow: hidden;
}

body.navOn::before {
  opacity: 0.3;
  z-index: 1;
}

@media screen and (max-width: 1250px) {
  body {
    overflow-x: hidden;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 55px;
    line-height: 1.8;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1250px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

@media (max-width: 1024px) {

  img,
  svg {
    height: auto;
  }
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (max-width: 1250px) {
  .wrapper {
    max-width: 94%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 94%;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .wrapper {
    max-width: 90%;
    padding: 30px 0;
  }
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 376px) {
  .exsp {
    display: none !important;
  }
}

.snsList {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1024px) {
  .snsList {
    justify-content: center;
    margin: 10px 0 20px;
  }

  .snsList img {
    width: 20px;
    height: 20px;
  }
}

.snsList li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .snsList li:nth-child(2) img {
    width: 17px;
    height: 17px;
  }
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background: #fff;
  width: 100%;
}

@media (max-width: 767px) {
  .globalHeader {
    transition: all 0.3s;
  }
}

.globalHeader>.wrapper {
  display: flex;
  align-items: center;
  max-width: none;
  height: 80px;
  padding: 0 0 0 35px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .globalHeader>.wrapper {
    height: 55px;
    padding: 0 0 0 20px;
  }
}

.globalHeader a {
  color: inherit;
  transition: opacity 0.3s;
}

.globalHeader .siteLogo {
  width: 194px;
  min-width: 194px;
}

@media (max-width: 767px) {
  .globalHeader .siteLogo {
    width: 120px;
    min-width: initial;
  }
}

.globalHeader .siteLogo a {
  display: block;
}

.globalHeader .siteLogo a img {
  display: block;
}

.globalHeader .headerNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-left: auto;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .globalHeader .headerNav {
    margin-right: 20px;
  }
}

@media (max-width: 376px) {
  .globalHeader .headerNav {
    margin-right: 2%;
  }
}

.globalHeader .headerNav .gnavList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .globalHeader .headerNav .gnavList {
    display: none;
  }
}

.globalHeader .headerNav .gnavList li {
  line-height: 1.4;
}

.globalHeader .headerNav .lang {
  position: relative;
  min-width: 115px;
  font-family: 'Noto Serif', serif;
}

@media (max-width: 1024px) {
  .globalHeader .headerNav .lang {
    min-width: 68px;
  }
}

.globalHeader .headerNav .lang dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
  min-width: 112px;
}

@media (max-width: 767px) {
  .globalHeader .headerNav .lang dt {
    gap: 5px;
    min-width: initial;
  }
}

.globalHeader .headerNav .lang dt .icon_link {
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  margin: 0;
}

.globalHeader .headerNav .lang dt.on .icon_link {
  transform: rotate(-90deg);
}

.globalHeader .headerNav .lang dt.on+dd {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.globalHeader .headerNav .lang dd {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  transition: opacity 0.2s;
  border: 1px solid #CACACA;
  background: #fff;
  height: 0;
  padding: 10px;
  width: 153px;
}

@media (max-width: 1024px) {
  .globalHeader .headerNav .lang dd {
    width: 135px;
  }
}

.globalHeader .headerNav .lang dd a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Serif', serif;

}

.globalHeader .headerNav .lang dd a.jaja {
  font-family: 'Noto Serif JP', serif;
}

.globalHeader .headerNav .lang dd a.zh-CHSzh-CHS {
  font-family: 'Noto Serif SC', serif;
}

.globalHeader .headerNav .lang dd a.zh-CHTzh-CHT {
  font-family: 'Noto Serif TC', serif;
}

.globalHeader .headerNav .lang dd a.koko {
  font-family: 'Noto Serif KR', serif;
}

.globalHeader .headerNav .lang dd a.thth {
  font-family: 'Noto Serif Thai', serif;
}

/* .globalHeader .headerNav .lang dd a.arar {
  font-family: 'Noto Naskh Arabic', serif;
} */

.globalHeader .menuBtnList {
  display: flex;
}

@media (max-width: 1024px) {
  .globalHeader .menuBtnList {
    line-height: 1;
    font-size: 1rem;
  }
}

.globalHeader .menuBtnList .bookBtn {
  cursor: pointer;
}

.globalHeader .menuBtnList .bookBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #142335;
  width: 200px;
  height: 80px;
  color: #fff;
}

@media (max-width: 1024px) {
  .globalHeader .menuBtnList .bookBtn span {
    flex-direction: column;
    gap: 5px;
    width: 55px;
    height: 55px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .menuBtnList .bookBtn span {
    width: 80px;
    height: 80px;
  }
}

.globalHeader .menuBtnList .bookBtn span svg {
  display: block;
  fill: #fff;
  width: 28px;
  height: 26px;
}

@media (max-width: 767px) {
  .globalHeader .menuBtnList .bookBtn span svg {
    width: 21px;
    height: 19px;
    margin: 0 auto;
  }
}

.globalHeader .menuBtnList .gnavBtn {
  position: relative;
  cursor: pointer;
  display: none;
}

@media (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #142335;
    width: 55px;
    height: 55px;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn {
    width: 80px;
    height: 80px;
  }
}

.globalHeader .menuBtnList .gnavBtn span {
  position: relative;
  top: -2px;
  display: block;
  background: #fff;
  width: 23px;
  height: 2px;
  margin: 11px auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn span {
    width: 28px;
    margin-bottom: 17px;
  }
}

.globalHeader .menuBtnList .gnavBtn span::before,
.globalHeader .menuBtnList .gnavBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background: #fff;
  width: 100%;
  height: 2px;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .globalHeader .menuBtnList .gnavBtn span::before,
  .globalHeader .menuBtnList .gnavBtn span::after {
    top: -9px;
  }
}

.globalHeader .menuBtnList .gnavBtn span::after {
  top: auto;
  bottom: -7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn span::after {
    bottom: -9px;
  }
}

/* =========================================================
globalNav
========================================================= */
.gnavCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 55px;
  height: 55px;
  cursor: pointer;
  text-indent: -9999px;
}

.gnavCloseBtn span {
  position: absolute;
  inset: 0;
  display: block;
}

.gnavCloseBtn span::before,
.gnavCloseBtn span::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.gnavCloseBtn span::after {
  transform: rotate(-45deg);
}

.globalNav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 11;
  background: rgba(247, 244, 237, 0.95);
  width: 100%;
  max-height: 100%;
  padding: 70px 20px;
  transition: all 0.15s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

@media (min-width: 1025px) {
  .globalNav {
    display: none !important;
  }
}

.navOn .globalNav {
  opacity: 1;
  visibility: visible;
  top: 0;
  height: auto;
}

.globalNav .logo {
  text-align: center;
}

.globalNav .gnavList {
  border-top: 1px solid #CACACA;
  margin: 20px 0 20px;
  text-transform: capitalize;
}

.globalNav .gnavList>li {
  border-bottom: 1px solid #CACACA;
}

.globalNav .gnavList>li a {
  display: block;
  padding: 12px 0;
}

.globalNav .contact a {
  text-decoration: underline;
  text-transform: capitalize;
}

.globalNav .bd {
  border: 1px solid #CACACA;
  padding: 10px;
  margin: 20px 0;
}

.globalNav .subNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 10px 0;
  text-transform: capitalize;
}

.globalNav .subNav li:nth-child(-n+2) {
  width: 100%;
}

.globalNav .btn {
  margin: 20px 0 10px;
}

.globalNav .btn+.btn {
  margin-top: 10px;
}

.globalNav .btn a {
  color: #fff;
  text-transform: capitalize;
}

/* KV周り改修にあたって追記 ---------------------------------- */
.globalNav .member {
  display: flex;
  justify-content: center;
}

.globalNav .member .reserve_new {
  display: block !important;
  background-color: #751426;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  min-width: 230px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  line-height: 1.2;
}

.globalNav .instaList {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}

.globalNav .instaList li a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

.globalNav .instaList li a img {
  margin-right: 5px;
}

/* KV周り改修にあたって追記 end---------------------------------- */


/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contents section:last-child .wrapper {
    padding-bottom: 50px;
  }
}

.breadcrumbsList {
  padding: 4px 0;
  font-size: 1.3rem;
  padding: 0 0 35px;
  border-bottom: 1px solid #C2C2C2;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .breadcrumbsList {
    padding: 10px 0 25px;
    padding-left: 20px;
    line-height: 1.6;
  }
}

.breadcrumbsList li {
  display: inline;
}

@media (max-width: 767px) {
  .breadcrumbsList li:first-child {
    margin-left: -18px;
  }
}

.breadcrumbsList li.hotel {
  text-transform: initial;
}

.breadcrumbsList li a {
  color: inherit;
}

.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  color: #4D4D4D;
  margin: 0 10px 1px 8px;
  transform: rotate(45deg);
}

.breadcrumbsList li a .icon_home {
  fill: #666;
  width: 12px;
  height: 13px;
  vertical-align: middle;
  margin: 0 7px 3px 0;
}

.slide_on .breadcrumbs {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .slide_on .breadcrumbs {
    display: none;
  }
}

.pageTitleArea {
  height: auto;
  padding: 65px 0;
  background-image: url(/hotel/img/common/bg_gray.png);
  background-size: cover;
  max-width: 1250px;
  margin: 0 auto;
  width: 90%;
  color: #142335;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  .pageTitleArea {
    width: 100%;
    padding: 30px;
  }
}

.pageTitleArea .hotelName {
  font-size: 1.8rem;
  line-height: 3;
  font-weight: 400;
}

.pageTitleArea .en {
  font-size: 8.1rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-family: "acumin-variable", sans-serif;
  line-height: 1.2;
}

.pageTitleArea .enExc {
  display: block;
  line-height: 1;
  text-transform: capitalize;
  word-break: break-word;
}

@media (max-width: 1024px) {
  .pageTitleArea {
    font-size: 1.5rem;
  }

  .pageTitleArea .hotelName {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .pageTitleArea .en {
    font-size: 3.9rem;
  }
}

.tabArea.pageTop ul {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 1024px) {
  .tabArea.pageTop ul {
    margin-bottom: 40px;
    gap: initial;
    justify-content: space-between;
  }
}

.tabArea.pageTop ul li {
  width: 19%;
  min-width: 178px;
}

@media (max-width: 1024px) {
  .tabArea.pageTop ul li {
    width: 48%;
    padding: 6px 0;
    min-width: auto;
  }

  .tabArea.pageTop ul li:first-of-type {
    width: 100%;
    max-width: 100%;
  }
}

.tabArea.pageTop ul.hotel li {
  width: 24%;
  min-width: 270px;
}

@media (max-width: 1024px) {
  .tabArea.pageTop ul.hotel li {
    width: 48%;
    min-width: initial;
  }

  .tabArea.pageTop ul.hotel li:first-of-type {
    width: 100%;
    max-width: 100%;
  }
}

.tabArea.pageTop ul li a {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #C2C2C2;
  text-decoration: none;
  position: relative;
  padding: 0 5px 5px;
  color: #000;
  text-transform: capitalize;
}

.tabArea.pageTop ul li a img {
  width: 8px;
  height: 5px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* -- ページトップ非表示 2026.02 -- */
:is(p, div):has(> a[href="#top"]):not(#pagetop) {
  display: none !important;
}

/* -- ページトップ非表示 2026.02end -- */

.toTop {
  width: 128px;
  border-bottom: 1px solid #C2C2C2;
  margin-left: auto;
  margin-top: 20px;
  cursor: pointer;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .toTop {
    width: 108px;
    padding: 0 3px;
    font-size: 1.3rem;
  }
}

.toTop a {
  text-decoration: none;
}

.toTop img {
  width: 8px;
  height: 8px;
  margin: 9px 0 0px 12px;
}

@media (max-width: 1024px) {
  .toTop img {
    margin: 7% 0 0px 6%;
  }
}

.toTopOuter {
  border-top: 1px solid #C2C2C2;
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .toTopOuter {
    max-width: 90%;
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .toTopOuter {
    max-width: 100%;
  }
}

.btn.pageBottom {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 85px;
}

@media (max-width: 1024px) {
  .btn.pageBottom {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

.pageBottomWrap {
  margin-top: 75px;
  margin-bottom: 85px;
}

@media (max-width: 1024px) {
  .pageBottomWrap {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

.pageBottomWrap .btn.pageBottom {
  margin: 0;
}

.pageBottomWrap .btn.pageBottom+.btn.pageBottom {
  margin-top: 8px;
}

.pageBottomWrap .btn.pageBottom .txt {
  color: #142335;
  display: inline-block;
  position: relative;
  max-width: 90%;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .pageBottomWrap .btn.pageBottom .txt {
    font-size: 1.2rem;
  }
}

.pageBottomWrap .btn.pageBottom .txt::before,
.pageBottomWrap .btn.pageBottom .txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #142335;
  bottom: 0;
}

.pageBottomWrap .btn.pageBottom .txt::before {
  transform: rotate(-30deg);
  left: -12px;
}

.pageBottomWrap .btn.pageBottom .txt::after {
  transform: rotate(30deg);
  right: -12px;
}

.btn.pageBottom a {
  min-width: 454px;
  padding: 0 60px 0 60px;
}

@media (max-width: 1024px) {
  .btn.pageBottom a {
    min-width: 0;
    padding: 10px 40px 10px 40px;
  }
}

.btn.pageBottom a+a {
  margin-top: 10px;
}

.btn.pageBottom a:has(> span.asakusa-one-font),
.btn.pageBottom a:has(> span.roman-one) {
  flex-wrap: wrap;
  flex-direction: column;
}

.btn.pageBottom a span.asakusa-one-font,
.btn.pageBottom a span.roman-one {
  margin: 0 4px .2px;
}

.photo {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.share {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .share {
    margin-top: 25px;
  }
}

.share p {
  font-family: "acumin-variable", sans-serif;
  font-size: 1.5rem;
  color: #122234;
  margin-bottom: 13px;
}

.share ul.snsList {
  justify-content: center;
  align-items: center;
}

.share ul.snsList li {
  margin-bottom: 0;
}

.share ul.snsList li a img {
  width: 33px;
  height: 33px;
}

@media (max-width: 1024px) {
  .share ul.snsList li a img {
    width: 29px;
    height: 29px;
  }
}

.share ul.snsList li.sp {
  display: none !important;
}

@media (max-width: 1024px) {
  .share ul.snsList li.sp {
    display: block !important;
  }
}

/* =========================================================
shareBtn
========================================================= */
.shareBtn {
  background: #fff;
}

.shareBtn .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  color: #142335;
  font-family: "BIZ UDPMincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .shareBtn .wrapper {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .shareBtn .snsList {
    margin-bottom: 0;
  }
}

/* =========================================================
recruit
========================================================= */
.recruit {
  background: #F3EEE4;
  text-align: center;
}

.recruit .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  overflow: hidden;
  position: relative;
  background: #142335 url("/img/common/bg_footer.jpg") repeat top left/554px auto;
  color: #fff;
}

@media (max-width: 767px) {
  .globalFooter {
    background-size: 300px auto;
  }
}

.globalFooter a {
  color: inherit;
}

.globalFooter .wrapper {
  position: relative;
  padding: 110px 0;
}

@media (max-width: 767px) {
  .globalFooter .wrapper {
    padding: 40px 0;
  }
}

.globalFooter .footerHotelList {
  display: flex;
  gap: 40px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .globalFooter .footerHotelList {
    display: block;
  }
}

.globalFooter .footerHotelList .hotellist01 {
  width: 100%;
}

.globalFooter .footerHotelList .hotellist01 dt {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .globalFooter .footerHotelList .hotellist01 dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.globalFooter .footerHotelList .hotellist01 dd p {
  margin: 0 0 10px;
  font-family: "BIZ UDPMincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.7rem;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .globalFooter .footerHotelList .hotellist01 dd p {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
}

.globalFooter .footerHotelList .hotellist01 dd ul {
  margin: 0 0 20px;
}

.globalFooter .footerHotelList .hotellist01 dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.globalFooter .footerHotelList .hotellist01 dd ul li::before {
  content: "・";
  margin-right: 10px;
}

.globalFooter .footerHotelList .hotellist01 dd ul li small {
  display: block;
  margin-top: -5px;
  opacity: 0.7;
  font-size: 1.3rem;
  text-indent: 0;
}

@media (max-width: 767px) {
  .globalFooter .footerHotelList .hotellist01 dd ul li small {
    font-size: 1.2rem;
  }
}

.globalFooter .footerLine {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 50px 0;
}

@media (max-width: 767px) {
  .globalFooter .footerLine {
    margin: 40px 0;
  }
}

.globalFooter .logo {
  margin: 0 0 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .globalFooter .logo {
    margin-bottom: 30px;
  }
}

.globalFooter .footerNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .globalFooter .footerNav {
    gap: 10px 20px;
    margin-bottom: 60px;
  }
}

.globalFooter .footerNav li {
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .globalFooter .footerNav li {
    text-align: center;
  }

  .globalFooter .footerNav li:nth-child(-n+3) {
    width: 100%;
  }
}

.globalFooter .footerNav li a {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .globalFooter .footerNav li a {
    display: block;
    padding: 0;
  }
}

.globalFooter .footerNav li a p {
  display: inline-block;
}

.globalFooter .footerNav li+li {
  border-left: 1px solid;
}

@media (max-width: 767px) {
  .globalFooter .footerNav li+li {
    border: none;
  }
}

.globalFooter .footerNav .icon_ex {
  fill: #fff;
}

/* .globalFooter .btnWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .globalFooter .btnWrap {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.globalFooter .btnWrap .title {
  font-family: "BIZ UDPMincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .title {
    margin: 10px 0 15px;
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
  }
}

.globalFooter .btnWrap .btn {
  margin: 0;
}

.globalFooter .btnWrap .btn+.btn {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .btn+.btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.globalFooter .btnWrap .btn a {
  min-width: 0;
  width: 100%;
}

.globalFooter .btnWrap .btn.clear {
  width: 267px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .btn.clear {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .snsBtn {
    width: 100%;
  }
}

.globalFooter .btnWrap .btnWrapInner {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .btnWrapInner {
    width: 100%;
    margin: 0;
  }
}

.globalFooter .btnWrap .snsBtnWrap {
  display: flex;
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .snsBtnWrap {
    display: block;
  }
}

.globalFooter .btnWrap .snsBtn a {
  background: rgba(255, 255, 255, 0.9);
  color: #142335;
  padding: 0 25px 0 60px;
}

@media (max-width: 767px) {
  .globalFooter .btnWrap .snsBtn a {
    width: 100%;
  }
}

.globalFooter .btnWrap .snsBtn a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
} */
.globalFooter .snsWrap {
  display: flex;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .globalFooter .snsWrap {
    gap: 20px 25px;
  }
}

.globalFooter .snsWrap a {
  text-align: center;
}

.globalFooter .snsWrap a img {
  width: 30px;
  height: 30px;
}

.globalFooter .snsWrap a img.icon_x {
  width: 25px;
  height: 25px;
  margin-top: 2px;
}

.globalFooter .snsWrap a p {
  line-height: 1.4;
  font-size: 1.3rem;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .globalFooter .snsWrap a p {
    font-size: 1.2rem;
  }
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 90px;
  color: #142335;
}

@media (max-width: 767px) {
  .copyright {
    height: 73px;
    padding-left: 20px;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 220px;
  right: 35px;
  z-index: 3;
  width: 80px;
  height: 80px;
  margin: -80px 0 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .pagetop {
    /* position: static; */
    width: 48px;
    height: 48px;
    margin: -70px auto 30px;
    bottom: 70px;
    left: 10px;
    right: initial;
  }
}

.pagetop a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #AB8D4B;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.3s;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
}

@media (max-width: 767px) {
  .pagetop a {
    font-size: 1.3rem;
  }
}

.pagetop a span {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

.pagetop a .icon_arrow {
  fill: #000;
  width: 16px;
  height: 32px;
  transform: rotate(-90deg);
}

.pagetop.is_animation {
  opacity: 1;
  visibility: visible;

}

@media (max-width: 767px) {
  .pagetop.is_animation {
    bottom: 40px;
    left: 10px;
    right: initial;
  }
}

/* =========================================================
new pagetop 2026.01
new pagetop 2026.03
========================================================= */
.pagetop.withChat {
  right: 22px;
  bottom: calc(55px + 60px + 16px);
  width: 50px;
  height: 50px;
  margin: -50px 0 0 auto;
}

@media (max-width: 767px) {
  .pagetop.withChat {
    left: auto;
    right: 49px;
    bottom: calc(50px + 60px + 16px);
    width: 32px;
    height: 32px;
    margin: -32px 0 0 auto;
  }
}

.pagetop.withChat.is_animation {
  right: 22px;
  bottom: calc(55px + 60px + 16px);
}

@media (max-width: 767px) {
  .pagetop.withChat.is_animation {
    right: 49px;
    bottom: calc(50px + 60px + 16px);
  }
}

.pagetop.withChat a {
  background: #b2b2b2 url(../../img/common/icon_top.svg) no-repeat center;
  width: 100%;
  height: 100%;
}



#tripla-app {
  z-index: 2 !important;
}


/* =========================================================
cookie
========================================================= */
.cookie {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
}

@media (max-width: 767px) {
  .cookie {
    width: 80%;
    padding: 12px 0;
    font-size: 1.2rem;
  }
}

.cookie .wrapper {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
}

@media (max-width: 767px) {
  .cookie .wrapper {
    height: auto;
    padding: 0;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .cookie .text {
    margin-bottom: 0;
  }
}

.cookie .text a {
  text-decoration: underline;
}

.cookie .text a:hover {
  text-decoration: none;
}

.cookie .text a svg {
  fill: #fff;
}

.cookie .btn {
  margin: 0;
}

@media (max-width: 767px) {
  .cookie .btn {
    width: 25%;
  }

  .cookie .btn a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }
}

@media (max-width: 1024px) {
  .cookie .btn a img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .cookie .btn a .mark.pc {
    display: none !important;
  }

  #tripla-chat-circle-icon {
    bottom: 18px !important;
    right: 10px !important;
    width: 60px !important;
    height: 60px !important;
  }

  #tripla-icon-message {
    bottom: 90px !important;
    right: 10px !important;
  }
}

/* =========================================================
new chatbot 2026.01
========================================================= */
/* PC用表示位置調整 */
[data-newt-widget-container] {
  bottom: 55px !important;
  right: 17px !important;
}

/* スマホ用表示位置調整（767px以下） */
@media screen and (max-width: 767px) {
  [data-newt-widget-container] {
    bottom: 50px !important;
    right: 35px !important;
  }
}

/* =========================================================
news
========================================================= */
.newsList li .news_hotelName,
.newsDetail .newsTitle .news_hotelName {
  display: none;
}

/* =========================================================
campaignバナー 202506
========================================================= */
.campaign-bnr {
  position: fixed;
  z-index: 999;
  left: 0px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  max-width: 190px;
  bottom: 0;
  transition: bottom 0.3s ease;
}

@media (max-width: 767px) {
  .campaign-bnr {
    bottom: 127px;
  }
}

.campaign-bnr a {
  background: #142335;
  display: block;
  text-decoration: none;
  padding: 16px 0 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .campaign-bnr a {
    padding-top: 10px;
    line-height: 1.3;
  }
}

.campaign-bnr a .inner {
  padding: 0 8px;
}

.campaign-bnr a h2 {
  color: #fff;
  font-size: 1.3rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 5px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .campaign-bnr a h2 {
    font-size: 1.1rem;
    font-weight: normal;
    padding: 5px 5px;
  }
}

.campaign-bnr a .golden {
  background: linear-gradient(to right, #c78f1f 0%, #e4cb86 29.1687%, #c99323 54.578%, #e4cb86 78.6479%, #c78f1f 100%), #da5278;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.campaign-bnr a h3 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .campaign-bnr a h3 {
    font-size: 1.3rem;
  }
}

.campaign-bnr a .percentageText {
  font-size: 7.5rem;
  font-weight: normal;
  letter-spacing: -5px;
  line-height: 1;
  margin: 8px 0 13px;
}

@media (max-width: 767px) {
  .campaign-bnr a .percentageText {
    font-size: 4.4rem;
    letter-spacing: -2px;
    margin: 5px 0 6px;
  }
}

.campaign-bnr a .percentageText .percentage {
  font-size: 5.3rem;
  margin-left: 5px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .campaign-bnr a .percentageText .percentage {
    font-size: 3.1rem;
    margin-left: 3px;
  }
}

.campaign-bnr a .campaignDetail {
  color: #fff;
  font-size: 1.4rem;
  background-color: #ab8d4b;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .campaign-bnr a .campaignDetail {
    font-size: 1.2rem;
    font-weight: normal;
    height: 24px;
  }
}

.campaign-bnr a .campaignDetail svg {
  fill: #fff;
  margin-top: 4px;
}

.campaign-bnr {
  transition: bottom 0.3s ease;
  position: fixed;
}

/* cookie表示時の調整クラス */
.campaign-bnr.has-cookie-banner {
  bottom: 77px;
}

@media (max-width: 767px) {
  .campaign-bnr.has-cookie-banner {
    bottom: 122px !important;
  }
}

.campaign-bnr {
  bottom: 0;
}

@media (max-width: 767px) {
  .campaign-bnr {
    bottom: 57px !important;
  }
}

.campaign-bnr-close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
}

.campaign-bnr-close::before,
.campaign-bnr-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #000;
}

.campaign-bnr-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.campaign-bnr-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {

  .lang_en .campaign-bnr,
  .lang_fr .campaign-bnr,
  .lang_de .campaign-bnr,
  .lang_es .campaign-bnr,
  .lang_it .campaign-bnr,
  .lang_th .campaign-bnr,
  .lang_vi .campaign-bnr,
  .lang_ms .campaign-bnr,
  .lang_id .campaign-bnr,
  .lang_ar .campaign-bnr,
  .lang_ru .campaign-bnr {
    width: 40vw;
  }
}

.lang_en .campaign-bnr a h2,
.lang_fr .campaign-bnr a h2,
.lang_de .campaign-bnr a h2,
.lang_es .campaign-bnr a h2,
.lang_it .campaign-bnr a h2,
.lang_th .campaign-bnr a h2,
.lang_vi .campaign-bnr a h2,
.lang_ms .campaign-bnr a h2,
.lang_id .campaign-bnr a h2,
.lang_ar .campaign-bnr a h2,
.lang_ru .campaign-bnr a h2 {
  font-size: 1.2rem;
}

@media (max-width: 767px) {

  .lang_en .campaign-bnr a h2,
  .lang_fr .campaign-bnr a h2,
  .lang_de .campaign-bnr a h2,
  .lang_es .campaign-bnr a h2,
  .lang_it .campaign-bnr a h2,
  .lang_th .campaign-bnr a h2,
  .lang_vi .campaign-bnr a h2,
  .lang_ms .campaign-bnr a h2,
  .lang_id .campaign-bnr a h2,
  .lang_ar .campaign-bnr a h2,
  .lang_ru .campaign-bnr a h2 {
    font-size: 1rem;
  }
}

.lang_en .campaign-bnr a h3,
.lang_fr .campaign-bnr a h3,
.lang_de .campaign-bnr a h3,
.lang_es .campaign-bnr a h3,
.lang_it .campaign-bnr a h3,
.lang_th .campaign-bnr a h3,
.lang_vi .campaign-bnr a h3,
.lang_ms .campaign-bnr a h3,
.lang_id .campaign-bnr a h3,
.lang_ar .campaign-bnr a h3,
.lang_ru .campaign-bnr a h3 {
  font-size: 1.3rem;
}

@media (max-width: 767px) {

  .lang_en .campaign-bnr a h3,
  .lang_fr .campaign-bnr a h3,
  .lang_de .campaign-bnr a h3,
  .lang_es .campaign-bnr a h3,
  .lang_it .campaign-bnr a h3,
  .lang_th .campaign-bnr a h3,
  .lang_vi .campaign-bnr a h3,
  .lang_ms .campaign-bnr a h3,
  .lang_id .campaign-bnr a h3,
  .lang_ar .campaign-bnr a h3,
  .lang_ru .campaign-bnr a h3 {
    font-size: 1.1rem;
  }
}

.lang_en .campaign-bnr a .percentageText,
.lang_fr .campaign-bnr a .percentageText,
.lang_de .campaign-bnr a .percentageText,
.lang_es .campaign-bnr a .percentageText,
.lang_it .campaign-bnr a .percentageText,
.lang_th .campaign-bnr a .percentageText,
.lang_vi .campaign-bnr a .percentageText,
.lang_ms .campaign-bnr a .percentageText,
.lang_id .campaign-bnr a .percentageText,
.lang_ar .campaign-bnr a .percentageText,
.lang_ru .campaign-bnr a .percentageText {
  font-size: 6rem;
}

@media (max-width: 767px) {

  .lang_en .campaign-bnr a .percentageText,
  .lang_fr .campaign-bnr a .percentageText,
  .lang_de .campaign-bnr a .percentageText,
  .lang_es .campaign-bnr a .percentageText,
  .lang_it .campaign-bnr a .percentageText,
  .lang_th .campaign-bnr a .percentageText,
  .lang_vi .campaign-bnr a .percentageText,
  .lang_ms .campaign-bnr a .percentageText,
  .lang_id .campaign-bnr a .percentageText,
  .lang_ar .campaign-bnr a .percentageText,
  .lang_ru .campaign-bnr a .percentageText {
    font-size: 3rem;
  }
}

.lang_en .campaign-bnr a .percentageText .percentage,
.lang_fr .campaign-bnr a .percentageText .percentage,
.lang_de .campaign-bnr a .percentageText .percentage,
.lang_es .campaign-bnr a .percentageText .percentage,
.lang_it .campaign-bnr a .percentageText .percentage,
.lang_th .campaign-bnr a .percentageText .percentage,
.lang_vi .campaign-bnr a .percentageText .percentage,
.lang_ms .campaign-bnr a .percentageText .percentage,
.lang_id .campaign-bnr a .percentageText .percentage,
.lang_ar .campaign-bnr a .percentageText .percentage,
.lang_ru .campaign-bnr a .percentageText .percentage {
  font-size: 5rem;
}

@media (max-width: 767px) {

  .lang_en .campaign-bnr a .percentageText .percentage,
  .lang_fr .campaign-bnr a .percentageText .percentage,
  .lang_de .campaign-bnr a .percentageText .percentage,
  .lang_es .campaign-bnr a .percentageText .percentage,
  .lang_it .campaign-bnr a .percentageText .percentage,
  .lang_th .campaign-bnr a .percentageText .percentage,
  .lang_vi .campaign-bnr a .percentageText .percentage,
  .lang_ms .campaign-bnr a .percentageText .percentage,
  .lang_id .campaign-bnr a .percentageText .percentage,
  .lang_ar .campaign-bnr a .percentageText .percentage,
  .lang_ru .campaign-bnr a .percentageText .percentage {
    font-size: 2rem;
  }
}

.lang_en .campaign-bnr a .campaignDetail,
.lang_fr .campaign-bnr a .campaignDetail,
.lang_de .campaign-bnr a .campaignDetail,
.lang_es .campaign-bnr a .campaignDetail,
.lang_it .campaign-bnr a .campaignDetail,
.lang_th .campaign-bnr a .campaignDetail,
.lang_vi .campaign-bnr a .campaignDetail,
.lang_ms .campaign-bnr a .campaignDetail,
.lang_id .campaign-bnr a .campaignDetail,
.lang_ar .campaign-bnr a .campaignDetail,
.lang_ru .campaign-bnr a .campaignDetail {
  font-size: 1.2rem;
}

@media (max-width: 767px) {

  .lang_en .campaign-bnr a .campaignDetail,
  .lang_fr .campaign-bnr a .campaignDetail,
  .lang_de .campaign-bnr a .campaignDetail,
  .lang_es .campaign-bnr a .campaignDetail,
  .lang_it .campaign-bnr a .campaignDetail,
  .lang_th .campaign-bnr a .campaignDetail,
  .lang_vi .campaign-bnr a .campaignDetail,
  .lang_ms .campaign-bnr a .campaignDetail,
  .lang_id .campaign-bnr a .campaignDetail,
  .lang_ar .campaign-bnr a .campaignDetail,
  .lang_ru .campaign-bnr a .campaignDetail {
    font-size: 1rem;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_en .globalHeader .app_link,
body.lang_en .globalHeader .recruit_link,
body.lang_en .globalHeader .company_link,
body.lang_en .globalHeader .snsBtn.other,
body.lang_en .globalFooter .app_link,
body.lang_en .globalFooter .recruit_link,
body.lang_en .globalFooter .company_link,
body.lang_en .globalFooter .snsBtn.other,
body.lang_en .globalNav .subNav .app_link,
body.lang_en .globalNav .subNav .recruit_link,
body.lang_en .globalNav .subNav .company_link,
body.lang_en .globalNav .subNav .snsBtn.other,
body.lang_zh-CHS .globalHeader .app_link,
body.lang_zh-CHS .globalHeader .recruit_link,
body.lang_zh-CHS .globalHeader .company_link,
body.lang_zh-CHS .globalHeader .snsBtn.other,
body.lang_zh-CHS .globalFooter .app_link,
body.lang_zh-CHS .globalFooter .recruit_link,
body.lang_zh-CHS .globalFooter .company_link,
body.lang_zh-CHS .globalFooter .snsBtn.other,
body.lang_zh-CHS .globalNav .subNav .app_link,
body.lang_zh-CHS .globalNav .subNav .recruit_link,
body.lang_zh-CHS .globalNav .subNav .company_link,
body.lang_zh-CHS .globalNav .subNav .snsBtn.other,
body.lang_zh-CHT .globalHeader .app_link,
body.lang_zh-CHT .globalHeader .recruit_link,
body.lang_zh-CHT .globalHeader .company_link,
body.lang_zh-CHT .globalHeader .snsBtn.other,
body.lang_zh-CHT .globalFooter .app_link,
body.lang_zh-CHT .globalFooter .recruit_link,
body.lang_zh-CHT .globalFooter .company_link,
body.lang_zh-CHT .globalFooter .snsBtn.other,
body.lang_zh-CHT .globalNav .subNav .app_link,
body.lang_zh-CHT .globalNav .subNav .recruit_link,
body.lang_zh-CHT .globalNav .subNav .company_link,
body.lang_zh-CHT .globalNav .subNav .snsBtn.other,
body.lang_ko .globalHeader .app_link,
body.lang_ko .globalHeader .recruit_link,
body.lang_ko .globalHeader .company_link,
body.lang_ko .globalHeader .snsBtn.other,
body.lang_ko .globalFooter .app_link,
body.lang_ko .globalFooter .recruit_link,
body.lang_ko .globalFooter .company_link,
body.lang_ko .globalFooter .snsBtn.other,
body.lang_ko .globalNav .subNav .app_link,
body.lang_ko .globalNav .subNav .recruit_link,
body.lang_ko .globalNav .subNav .company_link,
body.lang_ko .globalNav .subNav .snsBtn.other,
body.lang_fr .globalHeader .app_link,
body.lang_fr .globalHeader .recruit_link,
body.lang_fr .globalHeader .company_link,
body.lang_fr .globalHeader .snsBtn.other,
body.lang_fr .globalFooter .app_link,
body.lang_fr .globalFooter .recruit_link,
body.lang_fr .globalFooter .company_link,
body.lang_fr .globalFooter .snsBtn.other,
body.lang_fr .globalNav .subNav .app_link,
body.lang_fr .globalNav .subNav .recruit_link,
body.lang_fr .globalNav .subNav .company_link,
body.lang_fr .globalNav .subNav .snsBtn.other,
body.lang_de .globalHeader .app_link,
body.lang_de .globalHeader .recruit_link,
body.lang_de .globalHeader .company_link,
body.lang_de .globalHeader .snsBtn.other,
body.lang_de .globalFooter .app_link,
body.lang_de .globalFooter .recruit_link,
body.lang_de .globalFooter .company_link,
body.lang_de .globalFooter .snsBtn.other,
body.lang_de .globalNav .subNav .app_link,
body.lang_de .globalNav .subNav .recruit_link,
body.lang_de .globalNav .subNav .company_link,
body.lang_de .globalNav .subNav .snsBtn.other,
body.lang_es .globalHeader .app_link,
body.lang_es .globalHeader .recruit_link,
body.lang_es .globalHeader .company_link,
body.lang_es .globalHeader .snsBtn.other,
body.lang_es .globalFooter .app_link,
body.lang_es .globalFooter .recruit_link,
body.lang_es .globalFooter .company_link,
body.lang_es .globalFooter .snsBtn.other,
body.lang_es .globalNav .subNav .app_link,
body.lang_es .globalNav .subNav .recruit_link,
body.lang_es .globalNav .subNav .company_link,
body.lang_es .globalNav .subNav .snsBtn.other,
body.lang_th .globalHeader .app_link,
body.lang_th .globalHeader .recruit_link,
body.lang_th .globalHeader .company_link,
body.lang_th .globalHeader .snsBtn.other,
body.lang_th .globalFooter .app_link,
body.lang_th .globalFooter .recruit_link,
body.lang_th .globalFooter .company_link,
body.lang_th .globalFooter .snsBtn.other,
body.lang_th .globalNav .subNav .app_link,
body.lang_th .globalNav .subNav .recruit_link,
body.lang_th .globalNav .subNav .company_link,
body.lang_th .globalNav .subNav .snsBtn.other,
body.lang_vi .globalHeader .app_link,
body.lang_vi .globalHeader .recruit_link,
body.lang_vi .globalHeader .company_link,
body.lang_vi .globalHeader .snsBtn.other,
body.lang_vi .globalFooter .app_link,
body.lang_vi .globalFooter .recruit_link,
body.lang_vi .globalFooter .company_link,
body.lang_vi .globalFooter .snsBtn.other,
body.lang_vi .globalNav .subNav .app_link,
body.lang_vi .globalNav .subNav .recruit_link,
body.lang_vi .globalNav .subNav .company_link,
body.lang_vi .globalNav .subNav .snsBtn.other,
body.lang_it .globalHeader .app_link,
body.lang_it .globalHeader .recruit_link,
body.lang_it .globalHeader .company_link,
body.lang_it .globalHeader .snsBtn.other,
body.lang_it .globalFooter .app_link,
body.lang_it .globalFooter .recruit_link,
body.lang_it .globalFooter .company_link,
body.lang_it .globalFooter .snsBtn.other,
body.lang_it .globalNav .subNav .app_link,
body.lang_it .globalNav .subNav .recruit_link,
body.lang_it .globalNav .subNav .company_link,
body.lang_it .globalNav .subNav .snsBtn.other,
body.lang_ms .globalHeader .app_link,
body.lang_ms .globalHeader .recruit_link,
body.lang_ms .globalHeader .company_link,
body.lang_ms .globalHeader .snsBtn.other,
body.lang_ms .globalFooter .app_link,
body.lang_ms .globalFooter .recruit_link,
body.lang_ms .globalFooter .company_link,
body.lang_ms .globalFooter .snsBtn.other,
body.lang_ms .globalNav .subNav .app_link,
body.lang_ms .globalNav .subNav .recruit_link,
body.lang_ms .globalNav .subNav .company_link,
body.lang_ms .globalNav .subNav .snsBtn.other,
body.lang_id .globalHeader .app_link,
body.lang_id .globalHeader .recruit_link,
body.lang_id .globalHeader .company_link,
body.lang_id .globalHeader .snsBtn.other,
body.lang_id .globalFooter .app_link,
body.lang_id .globalFooter .recruit_link,
body.lang_id .globalFooter .company_link,
body.lang_id .globalFooter .snsBtn.other,
body.lang_id .globalNav .subNav .app_link,
body.lang_id .globalNav .subNav .recruit_link,
body.lang_id .globalNav .subNav .company_link,
body.lang_id .globalNav .subNav .snsBtn.other,
body.lang_ar .globalHeader .app_link,
body.lang_ar .globalHeader .recruit_link,
body.lang_ar .globalHeader .company_link,
body.lang_ar .globalHeader .snsBtn.other,
body.lang_ar .globalFooter .app_link,
body.lang_ar .globalFooter .recruit_link,
body.lang_ar .globalFooter .company_link,
body.lang_ar .globalFooter .snsBtn.other,
body.lang_ar .globalNav .subNav .app_link,
body.lang_ar .globalNav .subNav .recruit_link,
body.lang_ar .globalNav .subNav .company_link,
body.lang_ar .globalNav .subNav .snsBtn.other,
body.lang_ru .globalHeader .app_link,
body.lang_ru .globalHeader .recruit_link,
body.lang_ru .globalHeader .company_link,
body.lang_ru .globalHeader .snsBtn.other,
body.lang_ru .globalFooter .app_link,
body.lang_ru .globalFooter .recruit_link,
body.lang_ru .globalFooter .company_link,
body.lang_ru .globalFooter .snsBtn.other,
body.lang_ru .globalNav .subNav .app_link,
body.lang_ru .globalNav .subNav .recruit_link,
body.lang_ru .globalNav .subNav .company_link,
body.lang_ru .globalNav .subNav .snsBtn.other {
  display: none;
}

body.lang_ja .jaExc {
  display: none !important;
}

body.lang_ja .englishOnly {
  display: none !important;
}

body.lang_ja .enOnly,
body.lang_ja .zh-CHTOnly,
body.lang_ja .zh-CHSOnly,
body.lang_ja .koOnly,
body.lang_ja .frOnly,
body.lang_ja .deOnly,
body.lang_ja .esOnly,
body.lang_ja .thOnly,
body.lang_ja .viOnly,
body.lang_ja .itOnly,
body.lang_ja .msOnly,
body.lang_ja .idOnly,
body.lang_ja .arOnly,
body.lang_ja .ruOnly {
  display: none !important;
}

body.lang_en .enExc {
  display: none !important;
}

body.lang_en .jaOnly,
body.lang_en .zh-CHTOnly,
body.lang_en .zh-CHSOnly,
body.lang_en .koOnly,
body.lang_en .frOnly,
body.lang_en .deOnly,
body.lang_en .esOnly,
body.lang_en .thOnly,
body.lang_en .viOnly,
body.lang_en .itOnly,
body.lang_en .msOnly,
body.lang_en .idOnly,
body.lang_en .arOnly,
body.lang_en .ruOnly {
  display: none !important;
}

@media (max-width: 1024px) {
  body.lang_en .globalHeader .menuBtnList .bookBtn span {
    text-align: center;
    width: 66px;
  }
}

body.lang_en .toTop {
  width: 115px;
}

@media (max-width: 1024px) {
  body.lang_en .toTop {
    width: 100px;
  }
}

body.lang_en .tabArea.pageTop ul.hotel {
  justify-content: space-between;
}

body.lang_en .tabArea.pageTop ul.hotel li {
  width: 32%;
  min-width: 270px;
}

@media (max-width: 1024px) {
  body.lang_en .tabArea.pageTop ul.hotel li {
    width: 48%;
    min-width: initial;
  }

  body.lang_en .tabArea.pageTop ul.hotel li:first-of-type {
    width: 100%;
    max-width: 100%;
  }
}

body.lang_zh-CHT .englishOnly {
  display: none !important;
}

body.lang_zh-CHT .jaOnly,
body.lang_zh-CHT .enOnly,
body.lang_zh-CHT .zh-CHSOnly,
body.lang_zh-CHT .koOnly,
body.lang_zh-CHT .frOnly,
body.lang_zh-CHT .deOnly,
body.lang_zh-CHT .esOnly,
body.lang_zh-CHT .thOnly,
body.lang_zh-CHT .viOnly,
body.lang_zh-CHT .itOnly,
body.lang_zh-CHT .msOnly,
body.lang_zh-CHT .idOnly,
body.lang_zh-CHT .arOnly,
body.lang_zh-CHT .ruOnly {
  display: none !important;
}

body.lang_zh-CHT .toTop {
  width: 95px;
}

@media (max-width: 1024px) {
  body.lang_zh-CHT .toTop {
    width: 75px;
  }
}

body.lang_zh-CHS .englishOnly {
  display: none !important;
}

body.lang_zh-CHS .jaOnly,
body.lang_zh-CHS .enOnly,
body.lang_zh-CHS .zh-CHTOnly,
body.lang_zh-CHS .koOnly,
body.lang_zh-CHS .frOnly,
body.lang_zh-CHS .deOnly,
body.lang_zh-CHS .esOnly,
body.lang_zh-CHS .thOnly,
body.lang_zh-CHS .viOnly,
body.lang_zh-CHS .itOnly,
body.lang_zh-CHS .msOnly,
body.lang_zh-CHS .idOnly,
body.lang_zh-CHS .arOnly,
body.lang_zh-CHS .ruOnly {
  display: none !important;
}

body.lang_zh-CHS .toTop {
  width: 95px;
}

@media (max-width: 1024px) {
  body.lang_zh-CHS .toTop {
    width: 75px;
  }
}

body.lang_ko .englishOnly {
  display: none !important;
}

body.lang_ko .jaOnly,
body.lang_ko .enOnly,
body.lang_ko .zh-CHTOnly,
body.lang_ko .zh-CHSOnly,
body.lang_ko .frOnly,
body.lang_ko .deOnly,
body.lang_ko .esOnly,
body.lang_ko .thOnly,
body.lang_ko .viOnly,
body.lang_ko .itOnly,
body.lang_ko .msOnly,
body.lang_ko .idOnly,
body.lang_ko .arOnly,
body.lang_ko .ruOnly {
  display: none !important;
}

body.lang_ko .toTop {
  width: 132px;
}

@media (max-width: 1024px) {
  body.lang_ko .toTop {
    width: 110px;
  }
}

body.lang_fr .jaOnly,
body.lang_fr .enOnly,
body.lang_fr .zh-CHTOnly,
body.lang_fr .zh-CHSOnly,
body.lang_fr .koOnly,
body.lang_fr .deOnly,
body.lang_fr .esOnly,
body.lang_fr .thOnly,
body.lang_fr .viOnly,
body.lang_fr .itOnly,
body.lang_fr .msOnly,
body.lang_fr .idOnly,
body.lang_fr .arOnly,
body.lang_fr .ruOnly {
  display: none !important;
}

body.lang_fr .toTop {
  width: 126px;
}

@media (max-width: 1024px) {
  body.lang_fr .toTop {
    width: 115px;
  }
}

@media (max-width: 767px) {
  body.lang_fr .globalHeader .menuBtnList .bookBtn span {
    width: 66px;
    padding: 0 4px;
  }
}

body.lang_de .jaOnly,
body.lang_de .enOnly,
body.lang_de .zh-CHTOnly,
body.lang_de .zh-CHSOnly,
body.lang_de .koOnly,
body.lang_de .frOnly,
body.lang_de .esOnly,
body.lang_de .thOnly,
body.lang_de .viOnly,
body.lang_de .itOnly,
body.lang_de .msOnly,
body.lang_de .idOnly,
body.lang_de .arOnly,
body.lang_de .ruOnly {
  display: none !important;
}

body.lang_de .toTop {
  width: 125px;
}

@media (max-width: 1024px) {
  body.lang_de .toTop {
    width: 105px;
  }
}

@media (max-width: 1024px) {
  body.lang_de .globalHeader .menuBtnList .bookBtn span {
    padding: 0 14px;
    width: auto;
  }
}

@media (max-width: 767px) {
  body.lang_de .globalHeader .menuBtnList .bookBtn span {
    padding: 0 4px;
  }
}

@media (max-width: 767px) {
  body.lang_de .globalHeader .menuBtnList .gnavBtn {
    width: 60px;
  }
}

@media (max-width: 767px) {
  body.lang_de .pagetop a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  body.lang_de .pagetop a span {
    font-size: 1.3rem;
  }
}

body.lang_es .jaOnly,
body.lang_es .enOnly,
body.lang_es .zh-CHTOnly,
body.lang_es .zh-CHSOnly,
body.lang_es .koOnly,
body.lang_es .frOnly,
body.lang_es .deOnly,
body.lang_es .thOnly,
body.lang_es .viOnly,
body.lang_es .itOnly,
body.lang_es .msOnly,
body.lang_es .idOnly,
body.lang_es .arOnly,
body.lang_es .ruOnly {
  display: none !important;
}

body.lang_es .toTop {
  width: 170px;
}

@media (max-width: 1024px) {
  body.lang_es .toTop {
    width: 150px;
  }
}

body.lang_es .globalHeader .menuBtnList .bookBtn span {
  width: 225px;
}

@media (max-width: 1024px) {
  body.lang_es .globalHeader .menuBtnList .bookBtn span {
    width: 80px;
    padding: 0 14px;
  }
}

@media (max-width: 767px) {
  body.lang_es .globalHeader .menuBtnList .bookBtn span {
    width: 66px;
    padding: 0 4px;
  }
}

@media (max-width: 767px) {
  body.lang_es .pagetop a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  body.lang_es .pagetop a span {
    font-size: 1.3rem;
  }
}

body.lang_th .jaOnly,
body.lang_th .enOnly,
body.lang_th .zh-CHTOnly,
body.lang_th .zh-CHSOnly,
body.lang_th .koOnly,
body.lang_th .frOnly,
body.lang_th .deOnly,
body.lang_th .esOnly,
body.lang_th .viOnly,
body.lang_th .itOnly,
body.lang_th .msOnly,
body.lang_th .idOnly,
body.lang_th .arOnly,
body.lang_th .ruOnly {
  display: none !important;
}

body.lang_th .toTop {
  width: 132px;
}

@media (max-width: 1024px) {
  body.lang_th .toTop {
    width: 110px;
  }
}

body.lang_vi .jaOnly,
body.lang_vi .enOnly,
body.lang_vi .zh-CHTOnly,
body.lang_vi .zh-CHSOnly,
body.lang_vi .koOnly,
body.lang_vi .frOnly,
body.lang_vi .deOnly,
body.lang_vi .esOnly,
body.lang_vi .thOnly,
body.lang_vi .itOnly,
body.lang_vi .msOnly,
body.lang_vi .idOnly,
body.lang_vi .arOnly,
body.lang_vi .ruOnly {
  display: none !important;
}

body.lang_vi .toTop {
  width: 110px;
}

@media (max-width: 1024px) {
  body.lang_vi .toTop {
    width: 91px;
  }
}

body.lang_vi .globalHeader .menuBtnList .bookBtn span {
  width: 225px;
}

@media (max-width: 1024px) {
  body.lang_vi .globalHeader .menuBtnList .bookBtn span {
    width: 80px;
  }
}

@media (max-width: 767px) {
  body.lang_vi .globalHeader .menuBtnList .bookBtn span {
    width: 64px;
    padding: 0 4px;
  }
}

body.lang_vi .pagetop a {
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  body.lang_vi .pagetop a {
    font-size: .7rem;
  }
}


body.lang_vi .pagetop a span {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  body.lang_vi .pagetop a span {
    font-size: 1.3rem;
  }
}

body.lang_it .jaOnly,
body.lang_it .enOnly,
body.lang_it .zh-CHTOnly,
body.lang_it .zh-CHSOnly,
body.lang_it .koOnly,
body.lang_it .frOnly,
body.lang_it .deOnly,
body.lang_it .esOnly,
body.lang_it .thOnly,
body.lang_it .viOnly,
body.lang_it .msOnly,
body.lang_it .idOnly,
body.lang_it .arOnly,
body.lang_it .ruOnly {
  display: none !important;
}

body.lang_it .toTop {
  width: 120px;
}

@media (max-width: 1024px) {
  body.lang_it .toTop {
    width: 99px;
  }
}

body.lang_it .globalHeader .menuBtnList .bookBtn span {
  line-height: 1.3;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  body.lang_it .globalHeader .menuBtnList .bookBtn span {
    width: 80px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  body.lang_it .globalHeader .menuBtnList .bookBtn span {
    width: 72px;
    padding: 0 4px;
  }
}

body.lang_it .pagetop a {
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  body.lang_it .pagetop a {
    font-size: .7rem;
  }
}


body.lang_it .pagetop a span {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  body.lang_it .pagetop a span {
    font-size: 1.3rem;
  }
}

body.lang_fr .amenityList li:has(.fz1rem),
body.lang_de .amenityList li:has(.fz1rem),
body.lang_es .amenityList li:has(.fz1rem),
body.lang_th .amenityList li:has(.fz1rem),
body.lang_vi .amenityList li:has(.fz1rem),
body.lang_it .amenityList li:has(.fz1rem),
body.lang_ms .amenityList li:has(.fz1rem),
body.lang_id .amenityList li:has(.fz1rem),
body.lang_ar .amenityList li:has(.fz1rem),
body.lang_ru .amenityList li:has(.fz1rem) {
  padding: 0 3px;
}

body.lang_fr .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_de .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_es .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_th .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_vi .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_it .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_ms .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_id .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_ar .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_ru .amenityList li:has(.fz1rem) .name.fz1rem {
  font-size: 1rem;
  height: auto;
  margin-top: 0.5em;
}

body.lang_ja .frDeEsItOnly,
body.lang_en .frDeEsItOnly,
body.lang_zh-CHS .frDeEsItOnly,
body.lang_zh-CHT .frDeEsItOnly,
body.lang_ko .frDeEsItOnly,
body.lang_th .frDeEsItOnly,
body.lang_vi .frDeEsItOnly,
body.lang_ar .frDeEsItOnly,
body.lang_ru .frDeEsItOnly {
  display: none !important;
}

body.lang_fr .frDeEsItExc,
body.lang_de .frDeEsItExc,
body.lang_es .frDeEsItExc,
body.lang_it .frDeEsItExc,
body.lang_ms .frDeEsItExc,
body.lang_id .frDeEsItExc {
  display: none !important;
}

body.lang_fr .pageTitleArea .en,
body.lang_de .pageTitleArea .en,
body.lang_es .pageTitleArea .en,
body.lang_it .pageTitleArea .en,
body.lang_ms .pageTitleArea .en,
body.lang_id .pageTitleArea .en {
  display: none;
}

body.lang_fr .pageTitleArea .enExc,
body.lang_de .pageTitleArea .enExc,
body.lang_es .pageTitleArea .enExc,
body.lang_it .pageTitleArea .enExc,
body.lang_ms .pageTitleArea .enExc,
body.lang_id .pageTitleArea .enExc {
  font-size: 8.1rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-family: "acumin-variable", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1024px) {

  body.lang_fr .pageTitleArea .enExc,
  body.lang_de .pageTitleArea .enExc,
  body.lang_es .pageTitleArea .enExc,
  body.lang_it .pageTitleArea .enExc,
  body.lang_ms .pageTitleArea .enExc,
  body.lang_id .pageTitleArea .enExc {
    font-size: 3.9rem;
  }
}

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;
}

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 {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 6.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

@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 {
    font-size: 3.6rem;
    overflow-wrap: anywhere;
  }
}

/* MSマレー語、IDインドネシア語追加 */
body.lang_ms .jaOnly,
body.lang_ms .enOnly,
body.lang_ms .zh-CHTOnly,
body.lang_ms .zh-CHSOnly,
body.lang_ms .koOnly,
body.lang_ms .frOnly,
body.lang_ms .deOnly,
body.lang_ms .esOnly,
body.lang_ms .itOnly,
body.lang_ms .thOnly,
body.lang_ms .viOnly,
body.lang_ms .idOnly,
body.lang_ms .arOnly,
body.lang_ms .ruOnly {
  display: none !important;
}

body.lang_ms .globalHeader .menuBtnList .bookBtn span {
  width: 195px;
}

@media (max-width: 1024px) {
  body.lang_ms .globalHeader .menuBtnList .bookBtn span {
    width: 72px;
  }
}

body.lang_ms .globalHeader .menuBtnList .bookBtn span svg {
  min-width: 28px;
}

body.lang_ms .toTop {
  width: 150px;
}

@media (max-width: 1024px) {
  body.lang_ms .toTop {
    width: 120px;
  }
}

body.lang_id .jaOnly,
body.lang_id .enOnly,
body.lang_id .zh-CHTOnly,
body.lang_id .zh-CHSOnly,
body.lang_id .koOnly,
body.lang_id .frOnly,
body.lang_id .deOnly,
body.lang_id .esOnly,
body.lang_id .itOnly,
body.lang_id .thOnly,
body.lang_id .viOnly,
body.lang_id .msOnly,
body.lang_id .arOnly,
body.lang_id .ruOnly {
  display: none !important;
}

body.lang_id .globalHeader .menuBtnList .bookBtn span {
  width: 190px;
}

@media (max-width: 1024px) {
  body.lang_id .globalHeader .menuBtnList .bookBtn span {
    width: 72px;
  }
}

body.lang_id .globalHeader .menuBtnList .bookBtn span svg {
  min-width: 28px;
}

body.lang_id .toTop {
  width: 150px;
}

@media (max-width: 1024px) {
  body.lang_id .toTop {
    width: 120px;
  }
}

/* MSマレー語、IDインドネシア語追加 */
body.lang_ar .jaOnly,
body.lang_ar .enOnly,
body.lang_ar .zh-CHTOnly,
body.lang_ar .zh-CHSOnly,
body.lang_ar .koOnly,
body.lang_ar .frOnly,
body.lang_ar .deOnly,
body.lang_ar .esOnly,
body.lang_ar .itOnly,
body.lang_ar .thOnly,
body.lang_ar .viOnly,
body.lang_ar .msOnly,
body.lang_ar .idOnly,
body.lang_ar .ruOnly {
  display: none !important;
}



@media (max-width: 1024px) {
  body.lang_ar .globalHeader .menuBtnList .bookBtn span {
    width: 72px;
  }
}

body.lang_ar .globalHeader .menuBtnList .bookBtn span svg {
  min-width: 28px;
}

body.lang_ar .toTop {
  width: 145px;
}

@media (max-width: 1024px) {
  body.lang_ar .toTop {
    width: 120px;
  }
}

body.lang_ru .jaOnly,
body.lang_ru .enOnly,
body.lang_ru .zh-CHTOnly,
body.lang_ru .zh-CHSOnly,
body.lang_ru .koOnly,
body.lang_ru .frOnly,
body.lang_ru .deOnly,
body.lang_ru .esOnly,
body.lang_ru .itOnly,
body.lang_ru .thOnly,
body.lang_ru .viOnly,
body.lang_ru .msOnly,
body.lang_ru .idOnly,
body.lang_ru .arOnly {
  display: none !important;
}

body.lang_ru .globalHeader .menuBtnList .bookBtn span {
  width: 260px;
}

@media (max-width: 1024px) {
  body.lang_ru .globalHeader .menuBtnList .bookBtn span {
    width: 90px;
  }
}

body.lang_ru .globalHeader .menuBtnList .bookBtn span svg {
  min-width: 28px;
}

body.lang_ru .toTop {
  width: 182px;
}

@media (max-width: 1024px) {
  body.lang_ru .toTop {
    width: 155px;
  }
}

body.lang_ru .pagetop a {
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  body.lang_ru .pagetop a {
    font-size: .7rem;
  }
}

body.lang_ru .pagetop a span {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  body.lang_ru .pagetop a span {
    font-size: 1.3rem;
  }
}