@charset "utf-8";

:root{
  --content-color-navy: #072b6f;
  --content-color-blue: #516696;
  --content-color-brown: #3d0100;
  --content-color-lbrown: #bf8300;
  --content-color-brown_t: rgba(61 1 0 / 70%);
  --bg-img-setting: no-repeat center center / cover;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --font-family-sans: 'Noto Sans JP', sans-serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
  --content-arrow-right: url(../img/icon_arrow_right_blue.svg);
  --content-arrow-right_w: url(../img/icon_arrow_right_white.svg);
  --content-border_dot: 2px dotted var(--content-color-gray);
}

.nosp{
  display: none
}

.main{
  font-family: var(--font-family-sans);
  font-size: var(--content-font-size);
  font-weight: 500;
  position: relative;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}

/***** MV・ナビ *****/
.title-wrapper{
  width: 100%;
}
.title-wrapper .inner{
  position: relative;
}
.dep-select-nav{
  width: 24vw;
  position: absolute;
  top: 0;
  right: calc(16vw / 7.5);
}
.display_selected {
  width: 100%;
  background-color: var(--content-color-navy);
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: calc(20vw / 7.5);
  position: relative;
  cursor: pointer;
  z-index: 20;
}
.display_selected::after{
  content: "";
  background: var(--bg-img-setting);
  background-image: url("../images/arrow01.png");
  width: calc(17vw / 7.5);
  height: calc(10vw / 7.5);
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
}
.dep-select-zone {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .5s;
  z-index: 50;
  background: rgba(0 0 0 / 80%);
  padding: calc(100vw / 7.5) calc(80vw / 7.5);
}
.dep-select li {
  cursor: default;
  padding: calc(20vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.dep-select li:hover, .dep-select li.selected {
  background: #FFF;
  color: #000;
}
.close-button{
  margin: calc(40vw / 7.5) auto;
  width: 5em;
  padding: calc(10vw / 7.5);
  border: 1px solid;
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}


.nav-wrapper {
  width: 100%;
}
.nav-box{
  background: var(--content-color-navy);
}
.nav-box .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
  order: 2
}
.menu-list>li {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  position: relative;
}
.menu-list>li:nth-child(3n){
  border-right: none
}
.menu-list>li:nth-child(-n+6) {
  border-bottom: 1px solid #fff;
}
.menu-list>li>a {
  color: #FFF;
  text-align: center;
  padding: calc(10vw / 7.5) calc(6vw / 7.5) calc(20vw / 7.5);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  letter-spacing: -0.065em
}
.menu-list>li>a:hover {
  background: var(--content-color-brown)
}
.menu-list>li>a:after{
  content: "";
  background: var(--bg-img-setting);
  background-image: url("../images/arrow01.png");
  width: calc(17vw / 7.5);
  height: calc(10vw / 7.5);
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  margin: auto;
}


/*ナビ固定*/
/*.nav-box.is-fix{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100
}
.nav-box.is-fix .menu-list{
  width: 100%;
}
.nav-box.is-fix .dep-select-nav{
  display: none
}
*/
/***** メインコンテンツ *****/
.main-content{
  width: 100%;
}
.content-wrapper{
  width: 100%;
  padding: calc(50vw / 7.5) 0;
}
.content-wrapper+.content-wrapper{
  border-top: 4px solid var(--content-color-navy);
}

.hotel-title {
  margin-bottom: calc(30vw / 7.5);
  padding-left: calc(210vw / 7.5);
  font-family: var(--font-family-sans);
  font-size: calc(48vw / 7.5);
  font-weight: 500;
  color: var(--content-color-brown);
  line-height: 1.2;
  position: relative;
}
.hotel-title::before{
  content: "";
  background: var(--bg-img-setting);
  background-image: url("../images/badge_5hotels.png");
  width: calc(200vw / 7.5);
  height: calc(120.5vw / 7.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.hotel-title#qjr::before,
.hotel-title#qht::before{
  background-image: url("../images/badge_officialhotels.png")
}
.hotel-main__box{
  display: flex;
  flex-wrap: wrap;
  gap: calc(10vw / 7.5);
  margin-bottom: calc(30vw / 7.5)
}
.js-hotel-slide{
  width: 100%;
}
.hotel__text{
  flex: 1;
  font-size: calc(28vw / 7.5);
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20vw / 7.5);
}
.service-list>li {
  width: 100%;
  display: flex;
  gap: calc(10vw / 7.5);
}
.service__img{
  width: 30vw;
}
.service__item{
  flex: 1
}
.service__title{
  margin: auto;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: var(--content-color-brown);
}
.service__title small{
  font-size: calc(22vw / 7.5);
}
.service__txt>sup{
  font-size: 10px;
  vertical-align: text-top
}
.note-txt{
  display: block;
  font-size: calc(22vw / 7.5);
  font-weight: 500;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.qam.hotel-container .service-list>li:last-child .service__title small{
  display: none
}

/* クラブフロア */
.category-title {
  width: 94vw;
  margin: calc(40vw / 7.5) auto calc(10vw / 7.5);
  text-align: center;
  border-bottom: 1px solid var(--content-color-brown);
  padding-bottom: calc(16vw / 7.5)
}
.category-title::before{
  content: "";
  background: url("../images/title_kazari.png") var(--bg-img-setting);
  width: 94vw;
  height: 8vw;
  background-position: center center;
  display: block;
  margin-bottom: calc(20vw / 7.5)
}
.category-title>span{
  display: inline-block;
  font-size: calc(34vw / 7.5);
  font-weight: bold;
  color: var(--content-color-brown);
}
.category__text{
  font-size: calc(28vw / 7.5);
  margin-bottom: calc(20vw / 7.5)
}
.category__box{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20vw / 7.5);
}
.category-list{
  display: grid;
  gap: calc(10vw / 7.5);
  grid-template-columns: 1fr 1fr
}
.category__img{
  width: 100%;
  position: relative
}
.category__caption{
  display: block;
  width: 100%;
  padding: calc(6vw / 7.5);
  font-size: calc(22vw / 7.5);
  color: #FFF;
  background: var(--content-color-brown_t);
  position: absolute;
  left: 0;
  bottom: 0;
}
.category__txt{
  font-size: calc(22vw / 7.5);
}

.area00 {
  display: none;
}
.area00.is-display {
  display: block;
}
.tour{
  text-align: center;
  margin: calc(30vw / 7.5) auto calc(10vw / 7.5);
  display: flex;
  align-items: center;
  position: relative
}
.tour>span{
  display: inline-block;
  padding: 0 calc(20vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: var(--content-color-navy);
}
.tour::before,
.tour::after{
  content: "";
  width: 10vw;
  height: 1px;
  background: var(--content-color-navy);
  flex-grow: 1
}

.more__link{
  width: 90vw;
  margin: calc(30vw / 7.5) auto;
}
.more__link>a{
  display: block;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  background: var(--content-color-brown);
  text-align: center;
  padding: calc(16vw / 7.5);
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--bg-img-setting);
  background-image: url("/cmn/icon/icon_arrow_right_white.svg");
  width: calc(32vw / 7.5);
  height: calc(32vw / 7.5);
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
}
.more__link>a:hover{
  background: var(--content-color-navy);
}
.close-txt{
  margin-top: 30px;
  font-size: 12px;
  text-align: center;  
}
.product-list.card-style>li[class*="htbhotel--yado"] .port-type::after{
  content: "】"
}

.copyright-area{
  padding-bottom: calc(50vw / 7.5);
  border-bottom: 4px solid var(--content-color-navy);
}
.copyright-area .copyright{
  width: var(--content-width);
  margin: auto
}

.content-wrapper.foot>.inner{
  width: 100vw;
}

/***　割引クーポン ***/
.coupon__bnr{
  margin: calc(40vw / 7.5) auto 0;
  text-align: center;
}
.coupon__bnr>a{
  display: block
}