/*  リセットCSS
============================================================================= */
html { -webkit-text-size-adjust: 100%; font-size: 0.52083vw; scroll-behavior: smooth; }
body { font-family: "Noto Serif JP", serif; font-feature-settings: "palt"; line-height: 1.15; }
body * { box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure { margin: 0; padding: 0; }
ol, ul, li { list-style: none; }
pre { font-family: monospace, monospace; font-size: inherit; }
img { width: 100%; height: 100%; vertical-align: bottom; }
a { background-color: transparent; text-decoration: none; color: inherit; }
em { font-style: normal; }
@media screen and (min-width: 768px) {
  .pc-none { display: none; }
}
@media screen and (max-width: 767px) {
  html { font-size: 2.33645vw; }
  .sp-none { display: none; }
}

/*  共通
============================================================================= */
small { font-size: 80%; }
sub,sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
[type="radio"] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
button,[type="button"],[type="reset"],[type="submit"] { cursor: pointer; border-width: 0; padding: 0; }
button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled { cursor: default; }
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
caption { text-align: left; }
figure { position: relative; display: inline-block; }
figcaption { position: absolute; right: 0; bottom: 2px; color: #f0f0f0; font-size: 1.2rem; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.4); padding: 6px 10px; z-index: 2; }


/*  花火アニメーション
============================================================================= */
@-webkit-keyframes firework {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) scale(0.8);
            transform: translateY(25%) scale(0.8);
  }
}

@keyframes firework {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(50%) scale(0);
            transform: translateY(50%) scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(25%) scale(0.8);
            transform: translateY(25%) scale(0.8);
  }
}

/*  ぱんくず
============================================================================= */
@media screen and (min-width: 768px) {
  .breadcrumb-upper { margin: 0 auto 25px; max-width: 1230px; padding: 0 .5em; text-align: left; }
	.breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 10px; }
	.breadcrumb-upper__item { line-height: 2.1; margin-left: 1.5em; padding-left: .2em; position: relative; }
	.breadcrumb-upper__item::before { color: #999; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
}
@media screen and (max-width:767px){
	.breadcrumb-upper { position: relative; display: flex; flex-wrap: nowrap; overflow: hidden; background-color: #fff; border-top: 1px solid #d7d7d7; font-size: 10px; line-height: 3rem; }
	.breadcrumb-upper__fix { position: relative; width: 7em; transition: box-shadow .4s; box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); z-index: 3; }
	.breadcrumb-upper__fix a { padding-left: .5rem; }
	.breadcrumb-upper__fix a, .breadcrumb-upper__item a { position: relative; display: block; background-color: #fff; text-align: center; }
	.breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { position: absolute; content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; top: -.5rem; }
	.breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before { border-color: transparent transparent transparent #fff; right: -.9rem; z-index: 2; }
	.breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after { border-color: transparent transparent transparent #d7d7d7; right: -1rem; z-index: 1; }
	.breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
	.breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
	.breadcrumb-upper__scroll { flex: 1; overflow: hidden; }
	.breadcrumb-upper__list { display: flex; flex-wrap: nowrap; height: 3rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
}

/*  MV
============================================================================= */
.main-visual { position: relative; width: 100%; }
.main-visual__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.main-visual__inner { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
.main-visual__copy { width: 634px; height: auto; overflow: hidden; aspect-ratio: 634 / 633; }

@media screen and (min-width: 769px) {
  .main-visual { height: 660px; }
  .main-visual__copy { margin-top: 18px; }
}
@media screen and (max-width: 768px) {
  .main-visual { height: 66.2rem; }
  .main-visual__copy { margin: 1.5rem auto 0 auto; }
}


/*  ページ
============================================================================= */
h1 { font-weight: bold; line-height: 1; }
.concept__title { color: #1C1C1C; font-weight: 500; text-align: center; letter-spacing: 0.09em; }
.concept__title span { display: block; color: #1C1C1C; font-weight: 500; letter-spacing: 0.09em; }
.concept__text { color: #1C1C1C; font-weight: 500; letter-spacing: 0.09em; }

@media screen and (min-width: 769px) {
  h1 { font-size: 1.8rem; margin: 0 auto 16px; max-width: 1236px; }
  .container { width: 94%; }
  .concept { margin-top: 83px; }
  .concept__inner { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; }
  .concept__left { padding-left: 35px; }
  .concept__title { font-size: 35px; }
  .concept__title span { margin: 16px 0 26px; font-size: 16px; }
  .concept__text { max-width: 550px; margin-top: 24px; padding-left: 20px; font-size: 16px; line-height: 37px; }
  .concept__right { width: 575px; margin-left: 61px; }
}
@media screen and (max-width: 768px) {
  h1 { font-size: 1.6rem; margin: 20px 0 16px 5px; }
  .container { width: 91.1%; margin: 0 auto; }
  .concept { margin-top: 6.4rem; }
  .concept__inner { display: block; }
  .concept__title { text-align: center; font-size: 2.8rem; }
  .concept__title span { margin-bottom: 1.6rem; font-size: 1.4rem; }
  .concept__text { max-width: 100%; margin: 2rem auto; padding: 0 12px; width: 100%; font-size: 1.4rem; line-height: 3rem; }
  .concept__right { width: 100%; margin-top: 2.8rem; margin-left: 0; }
}

/*  プラン一覧
============================================================================= */
.plan-list { width: 100%; background-color: #EFF2F4; }
.title { display: flex; justify-content: center; align-items: center; color: #1c1c1c; font-weight: 500; line-height: 51px; letter-spacing: 0.09em; text-align: center; padding-top: 40px; }
.title::before,.title::after { content: ""; height: .8px; background: #1c1c1c; margin: auto -3px; }
.title span { display: inline-flex; align-items: center; }
.title span::before,.title span::after { content: "◆"; font-size: .7em; }
.recommend__items { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center; gap: 0 20px; }
.recommend__item,.recommend__item_2 { margin-top: 26px; }
.recommend__text { color: #1C1C1C; font-weight: 500; line-height: 1; letter-spacing: 0.09em; height: 24px; }
.button-navy { width: 100%; height: 100px; filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); -webkit-filter: brightness(100%); filter: brightness(100%); -webkit-transition: -webkit-filter 0.3s ease; transition: filter 0.3s ease; }
.button-navy a { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; width: 100%; height: 100%; background-color: #3D3350; clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem); }
.button-navy__thumb { width: 111px; height: 74px; overflow: hidden; -o-object-fit: cover; object-fit: cover; }
.button-navy__thumb figcaption { right: 2px; font-size: 1rem; padding: 2px 4px; }
.button-navy__thumb img { -webkit-transform: scale(1); transform: scale(1); transition: transform 0.3s ease; }
.button-navy__text { color: #ffffff; font-weight: 500; letter-spacing: 0.12em; text-align: left; }
.button-navy__icon { width: 14px; height: 14px; margin-left: auto; transform: translateX(0%); transition: transform 0.3s ease; }
.button-navy:hover { filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter'); -webkit-filter: brightness(120%); filter: brightness(120%); transition: filter 0.3s ease; }
.button-navy:hover .button-navy__icon { -webkit-transform: translateX(50%); transform: translateX(50%); transition: transform 0.3s ease; }
.button-navy:hover .button-navy__thumb img { -webkit-transform: scale(1.1); transform: scale(1.1); transition: transform 0.3s ease; }

@media screen and (min-width: 769px) {
  .plan-list { margin-top: 111px; padding-bottom: 58px; }
  .title { font-size: 24px; }
  .title::before,.title::after { width: 280px; }
  .title span { gap: .9em; }
  .recommend__items { margin-top: -6px; }
  .recommend__item, .recommend__item_2 { width: calc(82% / 2 - 16px); }
  .recommend__text { font-size: 15px; margin-bottom: 12px; }
  .button-navy a { padding: 0 20px 0 30px; }
  .button-navy__text { font-size: 17px; line-height: 1.47; margin-left: 16px; }
}
@media screen and (max-width: 768px) {
  .plan-list { margin-top: 9.9rem; padding-bottom: 4.3rem; }
  .title { font-size: 21px; }
  .title::before,.title::after { width: 40px; }
  .title span { gap: .7em; }
  .recommend__inner { width: 91.1%; margin: 24px auto; }
  .recommend__items { margin-top: -1.5rem; }
  .recommend__item,.recommend__item_2 { width: 100%; }
  .recommend__text { font-size: 1.3rem; margin-bottom: 0; }
  .button-navy a { padding: 0 2.35rem 0 2.4rem; }
  .button-navy__text { font-size: 1.6rem; line-height: 1.56; margin-left: 1rem; }
}

/*  タブ切り替え
============================================================================= */
.tab-buttons { text-align: center; }
.tab-button { cursor: pointer; position: relative; margin-right: 15px; border-radius: 5px 5px 0 0; color: #1C1C1C; font: inherit; font-weight: 500; letter-spacing: 0.09em; text-align: center; width: 48%; height: 64px; margin: 0 auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: 2px solid #9b7633; background: transparent; }
.tab-button.active { color: #ffffff; background-color: #9b7633; margin: 0 auto; }
.tab-content { display: none; border: 0px solid #ccc; padding: 0; border-radius: 0 5px 5px 5px; }
.tab-content.active { display: block; border-top: solid 5px #9b7633; padding: 0; }

@media screen and (min-width: 769px) {
  .tab-buttons { margin-bottom: -35px; padding: 60px 200px 0; }
  .tab-button { font-size: 21px; }
}
@media screen and (max-width: 768px) {
  .tab-buttons { margin-bottom: -35px; padding-top: 50px; }
  .tab-buttons, .tab-buttons-wrapper { display: flex; flex-direction: row; gap: 8px; justify-content: center; padding-left: 8px; padding-right: 8px; }
  .tab-button { font-size: 1.6rem; }
  .tab-button.active { font-size: 1.6rem; }
}


/*  プラン詳細
============================================================================= */
.plan { width: 100%; }
.plan-item_odd_number { background-color: #E7EFF4; }
.plan-item__head { position: relative; width: 100%; height: auto; background-color: #3D3350; }
.plan-item__head:before { position: absolute; content: ""; left: 50%; bottom: 99.1%; display: block; background-image: url("../_images/svg/title-deco.svg"); background-size: contain; background-repeat: no-repeat; width: 305px; height: 93px; -webkit-transform: translateX(-52%); transform: translateX(-52%); }
.plan-item__head:after { content: ""; display: block; background-image: url("../_images/firework.png"); background-size: contain; background-repeat: no-repeat; position: absolute; -webkit-animation: firework 4s ease-in-out 0.1s forwards infinite; animation: firework 4s ease-in-out 0.1s forwards infinite; }
.plan-item_even_number .plan-item__head:after { background-image: url("../_images/firework_even.png"); left: 4.6%; }
.plan-item__number { display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; align-items: center; padding-top: 33.5px; width: 158px; height: 158px; border-radius: 100%; background-color: #3D3350; font-size: 62px; color: #ffffff; font-weight: 500; line-height: 1; letter-spacing: 0.03em; position: absolute; top: -60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.plan-item__number span { font-size: 21px; color: #ffffff; font-weight: 500; line-height: 1; letter-spacing: 0.09em; margin-bottom: 6px; }
.plan-item__title { position: relative; text-align: center; color: #ffffff; font-weight: 500; letter-spacing: 0.09em; padding-bottom: 1em; }
.plan-item__list { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; flex-wrap: wrap; }
.plan-item_even_number { background-color: #E7EFF4; }
.plan-item__tag { font-size: 16px; color: #3D3350; font-weight: 500; line-height: 31px; letter-spacing: 0.09em; }
.plan-item_odd_number:not(:nth-child(1)) .plan-item__media { margin-top: 49px; }

.media-block__image { margin: 0 auto; }
.media-block__body { width: 80%; margin: 0 auto 24px; text-align: center; }
.media-block__text { width: 100%; font-size: 16px; color: #1C1C1C; font-weight: 500; line-height: 31px; letter-spacing: 0.09em; }

@media only screen and (min-width: 769px) {
  .plan { margin-top: 137px; }
  .plan-item { padding-bottom: 151px; }
  .plan-item__head { padding-top: 88px; }
  .plan-item__head:after { width: 226px; height: 191px; right: 5.5%; bottom: 12%; }
  .plan-item__title { font-size: 29px; line-height: 1.5; }
  .plan-item__list { margin-top: 36px; }
  .plan-item_even_number .plan-item__list { margin-top: 44px; }
  .plan-item_even_number .plan-item__media { margin-top: 50px; }
  .plan-item__button:nth-child(2n) { margin-left: 33px; }

  .media-block { display: flex; flex-direction: column; margin: 50px auto 0; }
  .media-block__text { text-align: center; padding-top: 24px; }
}
@media only screen and (max-width: 768px) {
  .plan { margin-top: 12.9rem; }
  .plan-item { padding-bottom: 14.6rem; }
  .plan-item__head { padding-top: 9.7rem; }
  .plan-item__head:after { width: 13.5rem; height: 11.4rem; right: 4%; bottom: 74%; }
  .plan-item__title { font-size: 2.5rem; line-height: 4rem; }
  .plan-item__list { margin-top: 2.6rem; }
  .plan-item_even_number .plan-item__list { margin-top: 2.1rem; }
  .plan-item__media { margin-top: 3rem; }
  .plan-item_even_number .plan-item__media { margin-top: 1.6rem; }
  .plan-item__button:nth-child(2n) { margin-left: 0; margin-top: 2.1rem; }

  .media-block { display: block; }
  .media-block__image { width: 100%; height: auto; }
  .plan-item_number_even .media-block__body { margin-top: 3.6rem; }
  .media-block__body { max-width: 100%; width: 100%; margin-top: 2.4rem; }
  .media-block__text { margin-top: 3.4rem; text-align: left; padding-top: 0; }
}

/*  発売予定アナウンス
============================================================================= */
.media-block__title { display: block; max-width: 360px; font-size: 23px; color: #fff; font-weight: 500; background-color: #9b7633; line-height: 40px; letter-spacing: 0.09em; margin: 32px auto; clip-path: polygon(1rem 0px, calc(100% - 1rem) 0px, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem); }

/*  おすすめ特集
============================================================================= */
.recommend-banner { margin-top:60px; }
.recommend-banner { -webkit-transform: translateY(0%); transform: translateY(0%); }
.feature-cassette { display: flex; flex-wrap: wrap; justify-content: space-evenly; }
.feature-cassette_txt { line-height: 1.6; text-align: center; margin-top: .5rem; 
}

@media screen and (min-width: 769px) {
  .feature-cassette_item { width: calc(100% / 5 - 10px); }
  .feature-cassette_item a:hover { filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter'); -webkit-filter: brightness(120%); filter: brightness(120%); transition: filter 0.3s ease; }
  .feature-cassette_txt { font-size: 16px; }
  .recommend__inner { padding: 0 200px; margin-top: 40px; }
}
@media screen and (max-width: 768px){
  .feature-cassette { margin: 16px auto 32px; }
  .feature-cassette_item { width: calc(100% / 2 - 10px); }
  .feature-cassette_txt { font-size: 12px; }
}


/*  添乗員同行ツアー（CMS）
============================================================================= */
.escort-cms_inner > div { 
  display: none;
}
.escort-cms_inner > div.active { 
  display: block;
}
.select-departure__input {
  display: none;
}
.select-departure__panel {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 30px;
}
.select-departure__panel li {
  background-color: #fff;
  border-radius: .25em;
  max-width: 180px;
  display: grid;
  flex: 1;
  font-weight: 700;
  place-content: center;
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
}
.select-departure__panel li.is-active {
  background-color: #3D3350;
  color: #fff;
}
.escort-cms_inner {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.cms_cassette_icon {
  margin: 4px 0 0 0 !important;
  font-size: 1.4rem !important;
}
.cms_cassette_note {
  padding: 8px 32px;
  font-size: 1.6rem;
}
.cms_cassette_price {
  text-align: center;
}
.cms_cassette_condition {
  padding-left: 0 !important;
}
.cms_cassette_conditions-peple {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .select-departure__panel li {
    cursor: pointer;
    font-size: 2em;
    height: 4em;
    transition: background-color .4s ease;
  }
  .select-departure__panel li.is-active {
    pointer-events: none;
  }
  .cms_item img {
    height: 24em !important;
  }
  .cms_cassette_ttl {
    font-size: 2rem !important;
  }
  .cms_cassette_shohin-text, .cms_cassette_price, .cms_cassette_conditions-peple {
    font-size: 1.8rem !important;
  }
  .cms_cassette_price span {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .select-departure__panel li {
    font-size: 1.4em;
    height: 3em;
  }
  .cms_item img {
    height: 20em !important;
  }
  .swiper-btn.active, .swiper-btn.next:not(.disabled) {
    background: #3D3350 !important;
  }
  .dot.active {
    background: #3D3350 !important;
  }
}
.logo img {
  height: auto !important;
}

.information {
  color: #be0505;
  font-size: 16px;
  padding-top: 16px;
}

/*  ロイヤルロード銀座
============================================================================= */
.container-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
}
.catalog-panel {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-panel img {
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.catalog-panel a {
  display: block;
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #b39050;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
.catalog-detail-button p {
  color: #fff;
}
.right-text-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #323743;
}
.right-text-panel p {
  position: relative;
  display: block;
  width: fit-content;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}
.right-text-panel p::before, .right-text-panel p::after {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 2px;
  height: 3rem;
  background: rgb(50 55 67);
}
.right-text-panel p::before {
  transform: rotate(-30deg);
}
.right-text-panel p::after {
  transform: rotate(30deg);
}
.osusume-point {
  line-height: 1.5;
  background: #f7f4ed;
}
.point-title {
  position: relative;
  padding-bottom: 8px;
  text-align: center;
  color: #b39050;
  font-weight: 700;
}
.point-list {
  margin-top: 10px;
}
.point-list-item {
  position: relative;
  counter-increment: item;
  padding-bottom: 8px;
}
.point-list-item::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: counter(item);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", serif;
  border-radius: 50%;
  background: #b39050;
}
.plan-btn {
  width: 100%;
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
}
.plan-btn a, .plan-btn span {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 16px auto;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.plan-btn a::after {
  position: absolute;
  content: "\e5e1";
  font-family: 'Material Icons Round';
  color: #fff;
  right: 0;
  padding-right: 1.5em;
}
.plan-btn a {
  background-color: #3D3350;
}
.plan-btn span {
  background-color: #7e7d7d;
}
@media screen and (min-width: 769px) {
  .catalog-panel img {
    width: 215px;
  }
  .catalog-panel a {
    font-size: 16px;
  }
  .right-text-panel p::before {
    left: -6px;
  }
  .right-text-panel p::after {
    right: 0;
  }
  .osusume-point {
    padding: 16px 60px;
  }
  .point-title {
    font-size: 2.2rem;
  }
  .right-text-panel {
    font-size: 2rem;
    margin-top: -3rem;
  }
  .right-text-panel p {
    font-size: 2.2rem;
    padding: 12px;
  }
  .point-list-item {
    padding-left: 4rem;
    font-size: 1.6rem;
  }
  .point-list-item strong {
    font-size: 2rem;
  }
  .point-list-item::before {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
  }
  .plan-btn {
    display: flex;
    gap: 8px;
  }
  .plan-btn a {
    width: calc(100% / 2);
  }
  .plan-btn a, .plan-btn span {
    height: 3.625em;
    font-size: 2rem;
  }
  .plan-btn a::after {
    font-size: 2.0rem;
  }
  .catalog-panel a:hover, .plan-btn a:hover {
    opacity: .6;
		transition: all 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  .container-wrapper {
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .catalog-panel img {
    width: 180px;
  }
  .catalog-panel a {
    font-size: 13px;
  }
  .right-text-panel p {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .right-text-panel p::before {
    left: -14px;
  }
  .right-text-panel p::after {
    right: -9px;
  }
  .osusume-point {
    padding: 8px 16px;
  }
  .point-title {
    font-size: 1.6rem;
    padding: 6px;
  }
  .point-list-item {
    padding-left: 2.6rem;
    font-size: 1.4rem;
  }
  .point-list-item strong {
    font-size: 1.6rem;
  }
  .point-list-item::before {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .plan-btn a, .plan-btn span {
    height: 5rem;
    font-size: 1.6rem;
  }
  .plan-btn a::after {
    font-size: 1.6rem;
  }
}

/*  苗場プリンスホテル宿泊プラン
============================================================================= */
.fade-slider { position: relative; overflow: hidden;}
.slider-item { position: absolute; inset: 0; opacity: 0; transition: opacity 600ms ease; }
.slider-item.is-active { position: relative; opacity: 1; }
.slider-item img { display: block; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.slider-dots .dot.is-active { background-color: #3D3350; }
@media screen and (min-width: 769px){
	.fade-slider { width: 40%; }
  .slider-item img { width: fit-content; height: 42em; padding-left: 30px; }
  .dot { width: 8px; height: 8px; border-radius: 50%; background: #d0d0d0; border: none; cursor: pointer; transition: all 0.2s ease;}
  .mystyle-container { padding-top: 32px; }
  .plan-btn-wrap { display: flex; gap: 24px; }
}
@media screen and (max-width: 768px){
	.fade-slider { width: 80%; margin: 0 auto; }
  .slider-item img { height: 23.3em; }
}