@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600;700&display=swap');

:root{
  --content-color-base: #666666;
  --content-color-gold: #ab965f;
  --content-color-beige: #b4ad9c;
  --bg-img-setting: no-repeat center center / contain;
  --bg-cover-setting: no-repeat center top / 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);
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-shadow: 0 0 4px 2px rgba(0 0 0 / 20%);
  --content-arrow-right: url("../img/arrow01.png");
  --content-arrow-right_g: url("../img/arrow02.png");
  --content-arrow-down: url(/cmn/icon/icon_arrow_down_white.svg);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
  --content-border_l: 4px solid;
}

.nosp{
  display: none
}
.main{
  font-family: var(--font-serif);
  font-size: var(--content-font-size);
  font-weight: 500;
  color: var(--content-color-base);
  position: relative;
  line-height: 1.0
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}

/***** タイトル・ナビ *****/ 
.title__wrapper{
  width: 100%;
  position: relative
}
.mv__slider li{
  margin-right: calc(16vw / 7.5);
}
.mv__slider li img{
  height: calc(545vw / 7.5);
  object-fit: cover;
  object-position: center
}
.main-title{
  margin: auto;
  text-align: center;
}
.main-title img{
  width: calc(425vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.nav__wrapper{
  border-bottom: var(--content-border_s) var(--content-color-beige);
}
.nav__wrapper>.inner{
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
}
.nav__list{
  order: 2;
  width: 100%;
  display: flex;
  padding: calc(16vw / 7.5) calc(8vw / 7.5);
}
.nav__list>li{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav__list>li:nth-child(-n+2){
  border-right: var(--content-border_s) var(--content-color-beige);
}
.nav__list>li>a{
  display: block;  
  font-size: calc(30vw / 7.5);
  text-align: center;
  position: relative;
  line-height: 1.5
}
.nav__list>li>a>span{
  display: block;
  font-size: calc(22vw / 7.5);
  color: var(--content-color-gold)
}
.display_selected {
  order: 1;
  width: 100vw;
  background: var(--content-color-gold);
  font-size: calc(30vw / 7.5);
  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(--content-arrow-down) var(--bg-img-setting);
  width: calc(32vw / 7.5);
  height: calc(32vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(8vw / 7.5);
  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;
}

/***** メインコンテンツ *****/
.content__wrapper{
  padding: calc(60vw / 7.5) 0;
}
.content__wrapper.tour{
  border-bottom: var(--content-border_m) var(--content-color-gold);
}
.head-title{
  font-size: calc(44vw / 7.5);
  text-align: center;
  position: relative;
  padding-top: calc(80vw / 7.5);
  margin-bottom: calc(32vw / 7.5);
}
.head-title:not(#brand)::before{
  content: "";
  background: var(--bg-img-setting);
  width: calc(285vw / 7.5);
  height: calc(55vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sub-title{
  text-align: center;
  margin-bottom: calc(16vw / 7.5);
}
.sub-title>span{
  font-size: calc(36vw / 7.5);
  color: var(--content-color-gold);
  display: flex;
  gap: calc(16vw / 7.5);
  justify-content: center;
  align-items: center;
}
.sub-title>span::before,
.sub-title>span::after{
  content: "◆";
  display: block;
}

/*** ツアー ***/
#tour.head-title::before{
  background-image: url("../img/icon_tour.png")
}
.area00{
  display: none
}
.product-list{
  font-family: var(--font-sans);
  line-height: 1.4
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: rgba(171 150 95 / 80%)
}
.item-txt__title,
.item-txt__point{
  color: var(--content-color-base);
}

/*** topics ***/
#topic.head-title::before{
  background-image: url("../img/icon_topics.png")
}
.topic__wrapper{
  margin-top: calc(60vw / 7.5);
}
.topic__content+.topic__content{
  margin-top: calc(100vw / 7.5);
}
.topic__frame{
  background: no-repeat center top / contain;
  width: 100%;
  position: relative;
  padding-top: calc(760vw / 7.5);
}
.chap1 .topic__frame{
  background-image: url("../img/photo/topics01_sp.jpg")
}
.chap2 .topic__frame{
  background-image: url("../img/photo/topics02_sp.jpg")
}
.chap3 .topic__frame{
  background-image: url("../img/photo/topics03_sp.jpg")
}
.topic__box{
  width: var(--content-width);
  background: rgba(255 255 255 / 90%);
  padding: calc(130vw / 7.5) calc(24vw / 7.5) calc(40vw / 7.5);
  border-top: var(--content-border_l) var(--content-color-gold);
  box-shadow: calc(4vw / 7.5) calc(4vw / 7.5) calc(10vw / 7.5) rgba(0 0 0 / 35%);
  position: relative
}
.topic__box::before{
  content: "";
  background: var(--bg-img-setting);
  width: calc(240vw / 7.5);
  height: calc(70vw / 7.5);
  position: absolute;
  top: calc(32vw / 7.5);
  right: 0;
  left: 0;
  margin: auto;
}
.chap1 .topic__box::before{
  background-image: url("../img/ico_Chapter1.png")
}
.chap2 .topic__box::before{
  background-image: url("../img/ico_Chapter2.png")
}
.chap3 .topic__box::before{
  background-image: url("../img/ico_Chapter3.png")
}
.topic__hotel{
  text-align: center;
  margin-bottom: calc(16vw / 7.5);
  display: flex;
  gap: calc(24vw / 7.5);
  justify-content: center;
  align-items: center
}
.topic__hotel::before,
.topic__hotel::after{
  content: "";
  display: block;
  width: calc(40vw / 7.5);;
  height: 1px;
  background-color: var(--content-color-base);
}
.topic__hotel>span{
  display: inline-block;
  font-size: calc(30vw / 7.5);;
  font-weight: bold;
}
.topic__bodycopy{
  font-size: calc(36vw / 7.5);
  text-align: center;
  margin-bottom: calc(16vw / 7.5);
  line-height: 1.5
}
.topic__txt{
  line-height: 1.8
}
.topic__term{
  margin-top: calc(16vw / 7.5);
  font-family: var(--font-sans);
  font-size: calc(22vw / 7.5);
}
.link__button{
  width: 90vw;
  margin: calc(32vw / 7.5) auto 0
}
.link__button.is-hide{
  display: none
}
.link__button>a{
  display: block;
  background: var(--content-color-base);
  padding: calc(24vw / 7.5);
  font-size: calc(28vw / 7.5);
  color: #FFF;
  text-align: center;
  position: relative
}
.link__button>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right);
  width: calc(18vw / 7.5);
  height: calc(36vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(8vw / 7.5);
  bottom: 0;
  margin: auto
}

/*** ブランド紹介 ***/
.content__wrapper.brand{
  background: #e5e2da;
  padding-top: 0
}
.head-title__frame{
  background: var(--content-color-base);
  height: calc(300vw / 7.5);
  margin-bottom: calc(40vw / 7.5);
  overflow: hidden;
}
.head-title__frame .inner{
  width: 100vw;
  display: flex;
  position: relative
}
.head-title__frame .inner::before,
.head-title__frame .inner::after{
  content: "";
  background: var(--bg-img-setting);
  width: calc(750vw / 7.5);
  height: calc(300vw / 7.5);
  position: absolute;
  top: 0;
  margin: auto
}
.head-title__frame .inner::before{
  right: 72vw;
  background-image: url("../img/bg_ttl_lft.png");
}
.head-title__frame .inner::after{
  left: 72vw;
  background-image: url("../img/bg_ttl_ryt.png")
}
#brand.head-title{
  flex: 1;
  color: #FFF;
  padding-top: calc(40vw / 7.5);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(80vw / 7.5);
}
#brand.head-title .head-title__logo{
  display: block;
  position: relative
}
#brand.head-title .head-title__logo::after{
  content: "";
  display: block;
  width: calc(140vw / 7.5);;
  height: calc(4vw / 7.5);
  background: var(--content-color-gold);
  position: absolute;
  right: 0;
  bottom: calc(-40vw / 7.5);
  left: 0;
  margin: auto
}
.bodycopy{
  font-size: calc(26vw / 7.5);
  color: #000;
  text-align: center;
  line-height: 1.25
}
.brand__content{
  margin: calc(40vw / 7.5) auto 0;
}
.brand__box+.brand__box{
  margin-top: calc(60vw / 7.5);
}
.brand__header{
  display: flex;
  gap: calc(24vw/ 7.5);
  margin-bottom: calc(24vw/ 7.5);
}
.brand__header::before{
  content: "";
  background: var(--bg-img-setting);
  display: block;
}
.is-resonare .brand__header::before{
  background-image: url("../img/logo_risonare.png");
  width: calc(104vw / 7.5);
  height: calc(128vw / 7.5);
}
.is-omo .brand__header::before{
  background-image: url("../img/logo_omo.png");
  width: calc(117vw / 7.5);
  height: calc(34vw / 7.5);
}
.is-beb .brand__header::before{
  background-image: url("../img/logo_beb.png");
  width: calc(109vw / 7.5);
  height: calc(51vw / 7.5);
}
.header__inbox{
  flex: 1;
}
.brand__name{
  font-size: calc(36vw/ 7.5);
  font-weight: bold;
  color: #000;
  margin-bottom: calc(8vw/ 7.5);
}
.brand__copy{
  line-height: 1.5
}
.brand__list{
  display: flex;
  flex-wrap: wrap;
  gap: calc(24vw / 7.5) calc(16vw / 7.5);
}
.brand__list>li{
  width: calc((100% - (16vw / 7.5)) / 2);
  display: flex;
  flex-direction: column;
  gap: calc(8vw / 7.5)
}
.hotel__img{
  width: 100%;
  height: calc(200vw / 7.5)
}
.hotel__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hotel__name{
  font-size: calc(30vw / 7.5);
  color: #000;
}
.hotel__txt{
  line-height: 1.5;
  flex-grow: 1
}
.hotel__link{
  text-decoration: underline;
}
.hotel__link.is-none{
  display: none
}