@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@font-face {
  font-family: icon;
  src: url(../font/icon.eot);
  src: url(../font/icon.eot#iefix) format("embedded-opentype"),
       url(../font/icon.woff) format("woff"),
       url(../font/icon.ttf) format("truetype"),
       url(../font/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

 [class^="ico-"]:before, [class*=" ico-"]:before { display: inline-block; font-family: "icon"; font-size: 120%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-pin:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-cal:before { content: '\e803'; }
.ico-kirakira:before { content: '\e804'; }
.ico-flag:before { content: '\e805'; }
.ico-angle-left:before { content: '\f104'; }
.ico-angle-right:before { content: '\f105'; }
.ico-angle-up:before { content: '\f106'; }
.ico-angle-down:before { content: '\f107'; }

.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1280px; }
.l-page { color: #0d0226; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 16px; font-weight: 500; line-height: 1; text-align: center; width: 100%; }
.l-page * { box-sizing: border-box; }
.l-page h1 { line-height: 1; margin: 0 auto 25px; max-width: 1280px; text-align: left; }
.l-page h2, .l-page h3, .l-page h4, .l-page strong { font-weight: 700; }
.l-page a { color: #0d0226; }
.l-page a, .l-page a img { transition: all .4s ease; }
.l-page em { font-family: "Barlow", sans-serif; font-weight: 500; }
.l-page img { display: block; margin: 0 auto; max-width: 100%; }
.l-page p, .l-page li { line-height: 1.6; }
.l-page .c-box { background-color: #f5f5f5; }
.l-page .c-fdc { display: flex; flex-direction: column; }
.l-page .c-pic { aspect-ratio: 4 / 3; object-fit: contain; overflow: hidden; position: relative; }
.l-page .c-pic img { max-width: inherit; width: 100%; }
.l-page .c-pic .c-credit { bottom: 1em; color: #fff; font-size: .6875em; font-weight: 700; position: absolute; right: 1em; text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; }
.l-page .c-sec__head { align-items: center; display: flex; flex-direction: column; }
.l-page .c-sec__head::before { background: url(../images/fig_sec_head.png) no-repeat 50% 50% / contain; content: ""; display: block; height: 1em; width: 5.25em; }
.l-page .c-sec__title--en { letter-spacing: .1em; }
.l-page .c-txt__grd { background: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%); color: transparent; -webkit-background-clip:text; -webkit-text-fill-color: transparent; }
.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }
.is-fixed { left: 0; position:fixed; top: 0; z-index: 99; width: 100%; }

.l-mv { background: url(../images/mv_bg.jpg) no-repeat 50% 50%; display: grid; place-content: center; position: relative; width: 100%; }
.l-anchor { position: relative; }
.l-anchor__float { background: linear-gradient(90deg, #f214f2 0%, #825ef2 96.63%); }
.l-anchor__list { display: flex }
.l-anchor__item { position: relative; width: 100%; }
.l-anchor__item + .l-anchor__item::before { background-color: rgba(255,255,255,.5); content: ""; left: 0; position: absolute; width: 1px; }
.l-anchor__item a { color: #fff; display: grid; place-content: center; position: relative; width: 100%; }
.l-anchor__item a::after { content: "\f107"; display: block; font-family: "icon"; left: 50%; line-height: 1; position: absolute; transition: all .4s ease; translate: -50% 0; }
.l-anchor__item span { font-weight: 700; line-height: 1.2; }
.l-contents .c-inner { display: flex; flex-direction: column; margin: 0 auto; max-width: 1280px; width: 89%; }
.sec-info__wrap { margin: 0 auto; max-width: 1068px; width: 100%; }
.sec-info__wrap .c-bottom__link { padding-top: 1em; text-align: right; }
.sec-info__wrap .c-bottom__link a { color: #dd71eb; }
.sec-info__list { position: relative; }
.sec-info__item { padding: .75em 0; position: relative; text-align: left; }
.sec-info__list::before, .sec-info__list::after, .sec-info__item::before, .sec-info__item::after { border-bottom: 1px dashed; content: ""; height: 1px; left: 0; position: absolute; width: 100%; }
.sec-info__list::before, .sec-info__list::after { top: 0; }
.sec-info__item::before, .sec-info__item::after { bottom: 0; }
.sec-info__list::before, .sec-info__item::before { border-image: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%) 1; }
.sec-info__list::after , .sec-info__item::after { border-color: #f5f5f5; z-index: 2; }
.sec-info__item a { display: block; padding-left: 3.5em; position: relative; }
.sec-info__item.ico_new a::before { background-color: #9270ff; color: #fff; content: "NEW"; display: grid; font-family: "Barlow", sans-serif; font-size: .75em; height: 1.75em; left: 0; place-content: center; position: absolute; top: 50%; translate: 0 -50%; width: 3.75em; }
.page-title-h2__wrap.c-sec__head { display: none; }
.news__list a { position: relative; display: block; padding: .75em 1em; text-align: left; line-height: 1.6; }
.news__list a::before { border-image: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%) 1; }
.news__list a::before,.news__list a::after { border-bottom: 1px dashed; content: ""; height: 1px; left: 0; bottom: 0; position: absolute; width: 100%; }
.news__list a::after { border-color: #f5f5f5; z-index: 2; }
.news__list--new {
  position: relative;
}

.news__list--new::before {
    content: "NEW";
    position: absolute;
    left: -0.1em;
    top: 50%;
    transform: translateY(-50%); 
    font-size: 13px;
    width: 3.4em;
    padding: 0.3em 0;      
    color: #FFFFFF;
    text-align: center;
    background-color: #dd71eb;
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .news__list--new::before {
    font-size: 9px;
    width: 3em;
    left: -1.9em;
  }
}

/* ならではカセット */
/* ===== 全体 ===== */
.sec-recommend-tour {
  padding: 40px 0;
}


.l-contents section.sec-recommend-tour {
  background: #fff !important;
}


/* タイトル */
.sec-recommend-tour .c-sec__title {
  color: #333;
}

/* カード一覧 */
.sec-recommend-tour__list {
  display: flex;
  gap: 30px;
}

.sec-recommend-tour__item:only-child {
  width: 70%;
}

/* 1個だけの時の特別スタイル */
.sec-recommend-tour__item:only-child {
  width: 70%;
  padding: 30px;             /* ←余白も少し広げる */
}

/* タイトル大きく */
.sec-recommend-tour__item:only-child .sec-recommend-tour__txt h3 {
  font-size: 22px;
}

/* 説明文も少し大きく */
.sec-recommend-tour__item:only-child .sec-recommend-tour__txt p {
  font-size: 16px;
}

/* ボタンも少し大きく */
.sec-recommend-tour__item:only-child .c-btn {
  font-size: 15px;
  padding: 12px 18px;
}

/* ボタン>アイコン */
.c-btn {
  position: relative;
}

.c-btn::after {
  content: "\f105";
  font-family: "icon";
  position: absolute;
  right: 0.5em;
  top: 50%;
  display: block !important;
  opacity: 1 !important;
  color: #fff;
}

.sec-recommend-tour__txt .c-btn::after {
  top: 50%;
  transform: translateY(-50%);
}


/* ===== カード本体 ===== */
.sec-recommend-tour__item {
  display: flex;
  align-items: center;
  border: 2px solid #db94f7;     
  border-radius: 17px;
  padding: 20px;
  width: calc(50% - 15px);
  box-sizing: border-box;
}

/* 画像 */
.sec-recommend-tour__img {
  width: auto;
  height: auto;
  overflow: visible;
}

.sec-recommend-tour__img {
  flex: 0 0 auto;
}

.sec-recommend-tour__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
}
/* テキスト */
.sec-recommend-tour__txt {
  margin-left: 20px;
}

/* タイトル */
.sec-recommend-tour__txt h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

/* 説明文 */
.sec-recommend-tour__txt p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ===== ボタン ===== */
.sec-recommend-tour__txt .c-btn {
  display: inline-block;
  min-width: 240px;
  text-align: center;

  /* 強調ポイント：塗り＋グラデ */
  background: linear-gradient(135deg, #9270ff, #b79cff);
  border: none;
  color: #fff;

  padding: 14px 20px;
  border-radius: 999px; 
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;

  /* 立体感 */
  box-shadow: 0 6px 0 #6f4fe0;
  transition: 0.25s;
}


.sec-recommend-tour__txt .c-btn {
  display: block;
  width: 100%;
  max-width: 320px;  
  margin: 0 auto;    
}

.sec-recommend-tour__txt .c-btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}

/* PC（デフォルト）は左寄せ */
.sec-recommend-tour__txt {
  text-align: left;
}

/* SPだけ中央寄せ */
@media (max-width: 768px) {
  .sec-recommend-tour__txt {
    text-align: center;
  }
}

/* ===== SP対応 ===== */
@media (max-width: 768px) {

  .sec-recommend-tour__item {
    flex-direction: column;
    width: 100%;
  }

  .sec-recommend-tour__img img {
    width: 100%;
  }

  .sec-recommend-tour__txt {
    margin-left: 0;
    margin-top: 15px;
  }

  .sec-recommend-tour__txt .c-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {

  /* カード全体 */
  .sec-recommend-tour__item {
    padding: 15px;           
    border-radius: 12px;    
  }

  /* 画像*/
  .sec-recommend-tour__img img {
    width: 100%;
    max-height: 150px;       
    object-fit: cover;
  }

  /* テキスト */
  .sec-recommend-tour__txt {
    margin-top: 10px;
  }

  /* タイトル*/
  .sec-recommend-tour__txt h3 {
    font-size: 16px;         
  }

  /* 説明文 */
  .sec-recommend-tour__txt p {
    font-size: 13px;         
  }

  /* ボタン */
  .sec-recommend-tour__txt .c-btn {
    font-size: 13px;
    padding: 8px 10px;       
    min-width: 180px;        
  }

}


@media (max-width: 768px) {

  /* 1件表示のときもコンパクトに戻す */
  .sec-recommend-tour__item:only-child {
    width: 100%;
    padding: 15px; 
  }

  .sec-recommend-tour__item:only-child .sec-recommend-tour__txt h3 {
    font-size: 16px; 
  }

  .sec-recommend-tour__item:only-child .sec-recommend-tour__txt p {
    font-size: 13px;
  }

  .sec-recommend-tour__item:only-child .c-btn {
    font-size: 13px;
    padding: 8px 10px;
  }

}

/* SP対応 */
@media (max-width: 768px) {
  .sec-recommend-tour__item {
    flex-direction: column;
    width: 100%;
  }

  .sec-recommend-tour__txt {
    margin-left: 0;
    margin-top: 10px;
  }

  .sec-recommend-tour__img img {
    width: 100%;
  }
}
.sec-dates { background-color: #fff; }
.sec-dates__wrap .c-more__link { cursor: pointer; display: inline-block; font-weight: 700; }
.sec-dates__wrap .c-more__link::after { display: inline-block; font-family: "icon"; padding-left: .5em; }
.sec-dates__wrap .c-more__down::after { content: "\f107"; }
.sec-dates__wrap .c-more__up::after { content: "\f106"; }
.sec-dates__list { display: grid; }
.sec-dates__item { background-color: #f5f5f5; border: 2px solid #db94f7; box-shadow: .375em .375em 0 0 #db94f7; padding: 1.375em 1em; width: 100%; }
.sec-dates__item > div { display: flex; }
.sec-dates__item--day { align-items: baseline; font-size: 1.5em; font-weight: 700; justify-content: center; }
.sec-dates__item--day .c-year { padding-right: .5em; }
.sec-dates__item--day .c-year::before { color: #9270ff; font-size: 1.125em; padding-right: .5em; }
.sec-dates__item--day .c-day { font-size: 1.6667em; }
.sec-dates__item--day .c-week { font-size: .8333em; }
.sec-dates__item--place { align-items: center; gap: .5em; }
.sec-dates__item .c-label { background-color: #9270ff; display: grid; font-size: .8125em; height: 2em; place-content: center; width: 3.75em; }
.sec-dates__item .c-label span { color: #fff; font-weight: 700; }
.sec-dates__item .c-name { font-size: 1.125em; }
.sec-dates__more { display: none; }
.sec-dome .c-btn { align-items: center; background: linear-gradient(90deg, #f214f2 0%, #825ef2 50%, #00aaff 100%); background-position: 0 50%; background-size: 200% auto; color: #fff; display: flex; height: 3.5em; position: relative; padding: 0 1.25em; transition: background-position .4s ease-in-out; width: 100%; }
.sec-dome .c-btn::after { content: "\f105"; display: inline-block; font-family: "icon"; font-size: 1.25em; position: absolute; right: 1em; top: 50%; transition: all .4s ease; translate: -50% -50%; }
.sec-dome .c-btn span { color: #fff; font-weight: 700; }
.sec-dome .c-btn__block { gap: .5em; }
.sec-dome__item { display: grid; text-align: left; position: relative; }
.sec-dome__item--title { padding-bottom: 1em; }
.sec-dome__item--title::before { color: #9270ff; content: "\e804"; display: inline-block; font-family: "icon"; font-size: 1.3333em; padding-right: .3333em; }
.sec-dome__main .c-txt { gap: 1em; }
.sec-dome__name { font-size: 1.5em; }
.sec-dome__access--title { align-items: center; display: flex; gap: .5em; }
.sec-dome__access--title::after { background: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%); content: ""; display: block; flex: 1; height: 1px; width: 100%; }
.sec-dome__access--title span { font-weight: 500; }
.sec-dome__access--list { list-style-type: disc; padding: .5em 0 0 1em; }
.sec-dome__nearby--wrap { padding: 1em; }
.sec-dome__hotel { overflow: hidden; width: 100%; }
.sec-dome__hotel .c-hotel__list { width: 100%; }
.sec-dome__hotel .c-hotel__list { opacity: 0; transition: opacity .3s linear; }
.sec-dome__hotel .c-hotel__list.slick-initialized { opacity: 1; }
.sec-dome__hotel .c-hotel__item { display: flex; flex-direction: column; padding-left: 1em; position: relative; }
.sec-dome__hotel .c-hotel__label { background: linear-gradient(90deg, #f214f2 0%, #8b66ff 100%); display: grid; left: .375em; place-content: center; position: absolute; top: .5em; z-index: 2; }
.sec-dome__hotel .c-hotel__label::before { border: .375em solid #ba1cbd; border-left-color: transparent; border-bottom-color: transparent; content: ""; height: 0; left: 0; position: absolute; top: 1.5em; width: 0; }
.sec-dome__hotel .c-hotel__label span { color: #fff; font-weight: 500; }
.sec-dome__hotel .c-hotel__item .c-txt { flex: 1; gap: .75em; }
.sec-dome__hotel .c-hotel__item .c-txt p { background-color: #fff; padding: .5em; }
.sec-dome__hotel .c-hotel__item .c-hotel__name { display: block; height: calc(1.3em * 2); line-height: 1.3; }
.sec-dome__hotel .c-hotel__item .c-hotel__name span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.sec-dome__hotel .c-hotel__item .c-hotel__rate { align-items: center; display: flex; gap: .5em; white-space: nowrap; }
.sec-dome__hotel .c-hotel__item .c-hotel__rate img { margin: 0 0 0 auto; }
.sec-dome__hotel .c-hotel__item .c-hotel__access { line-height: 1.3; padding-left: 1.5em; position: relative; }
.sec-dome__hotel .c-hotel__item .c-hotel__access::before { color: #9270ff; left: 0; position: absolute; top: .125em; }
.sec-dome__nearby .c-area__list { gap: 1em; }
.sec-dome__nearby .c-area__item a { color: #dd71eb; display: block; font-weight: 700; }
.sec-dome__nearby .c-area__item a::after { color: #9270ff; content: "\f105"; display: inline-block; font-family: "icon"; font-size: 1.25em; font-weight: normal; padding-left: .75em; transition: all .4s ease; }
.sec-dome__nearby .c-area__item p { font-size: .875em; font-weight: 400; }
.sec-nationwide__anchor { display: grid; }
.sec-nationwide__anchor--item { background-color: #fff; border: 1px solid #dd71eb; border-radius: .375em; display: grid; place-content: center; position: relative; }
.sec-nationwide__anchor--item::after { color: #dd71eb; content: "\f107"; display: block; font-family: "icon"; position: absolute; right: 1em; top: 50%; transition: all .4s ease; translate: 0 -50%; }
.sec-nationwide__anchor--item span { color: #dd71eb; font-weight: 700; }
.sec-nationwide__area dt { background: linear-gradient(90deg, #f214f2 0%, #825ef2 100%); color: #fff; display: grid; font-weight: 700; place-content: center; }
.sec-nationwide__area dd { background-color: #fff; }
.sec-nationwide__area dd .c-area__title { font-size: 1.25em; font-weight: 700; padding-bottom: 1em; text-align: left; }
.sec-nationwide__area dd .c-area__title::before { color: #9270ff; padding-right: .25em; }
.sec-nationwide__area .c-map .c-btn__map { transition: fill .4s ease; }
.sec-nationwide__area .c-cap { font-size: .875em; font-weight: 400; padding-top: .5em; }
.sec-nationwide__area .c-area__tags { display: flex; flex-wrap: wrap; }
.sec-nationwide__area .c-area__tag { background-color: #f5f5f5; border: 1px solid #dd71eb; border-radius: 100vh; display: inline-grid; place-content: center; padding: 0 2em 0 1.5em; }
.sec-nationwide__area .c-area__tag span { color: #dd71eb; }
.sec-nationwide__area .c-area__tag span::after { color: #9270ff; content: "\f105"; display: inline-block; font-family: "icon"; padding-left: 1.125em; }
.sec-nationwide__bottom, .sec-nationwide__bottom--wrap { position: relative; width: 100%; }
.sec-nationwide__bottom::before, .sec-nationwide__bottom::after, .sec-nationwide__bottom--wrap::before, .sec-nationwide__bottom--wrap::after { border-bottom: 1px dashed; content: ""; height: 1px; left: 0; position: absolute; width: 100%; }
.sec-nationwide__bottom::before, .sec-nationwide__bottom::after { top: 0; }
.sec-nationwide__bottom--wrap::before, .sec-nationwide__bottom--wrap::after { bottom: 0; }
.sec-nationwide__bottom::before, .sec-nationwide__bottom--wrap::before { border-image: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%) 1; }
.sec-nationwide__bottom::after , .sec-nationwide__bottom--wrap::after { border-color: #f5f5f5; z-index: 2; }
.sec-nationwide__bottom .c-sec__head::before { content: none; }
.sec-nationwide__bottom .c-btn { background: linear-gradient(90deg, #f214f2 0%, #825ef2 100%); border-radius: .375em; display: grid; margin: 2em auto 0; max-width: 800px; place-content: center; position: relative; width: 100%; }
.sec-nationwide__bottom .c-btn::after { background-color: #fff; border-radius: .25em; content: ""; inset: 1px; position: absolute; transition: all .4s ease; }
.sec-nationwide__bottom .c-btn span { background: linear-gradient(90deg, #f214f2 0%, #8b66ff 100%); color: transparent; -webkit-background-clip:text; -webkit-text-fill-color: transparent; font-weight: 700; position: relative; z-index: 1; }
.sec-nationwide__bottom .c-btn span::after { content: "\f105"; display: inline-block; font-family: "icon"; padding-left: 1.125em; transition: all .4s ease; }
.sec-recommend { counter-reset: number 0; }
.sec-recommend__list { display: grid; }
.sec-faq__list, .sec-faq__item { position: relative; }
.sec-faq__list p, .sec-faq__list li { font-size: 1.125em; font-weight: 400; }
.sec-faq__list::before, .sec-faq__list::after, .sec-faq__item::before, .sec-faq__item::after { border-bottom: 1px dashed; content: ""; height: 1px; left: 0; position: absolute; width: 100%; }
.sec-faq__list::before, .sec-faq__list::after { top: 0; }
.sec-faq__item::before, .sec-faq__item::after { bottom: 0; }
.sec-faq__list::before, .sec-faq__item::before { border-image: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%) 1; }
.sec-faq__list::after , .sec-faq__item::after { border-color: #f5f5f5; z-index: 2; }
.sec-faq__item--q { font-weight: 700; }
.sec-faq__item--q::before { color: #9270ff; counter-increment: number 1; content: "Q" counter(number)""; font-family: "Barlow", sans-serif; font-weight: 700; padding-right: .5em; }
.sec-faq__item--a a { color: #dd71eb; }
.sec-faq__item--a p + p, .sec-faq__item--a p + ul, .sec-faq__item--a ul + p { padding-top: 1em; }
.sec-faq__item--a ul { list-style-type: disc; padding-left: 1.5em; }
.htl-sitemap { background-color: #fff !important; margin-top: 0 !important; }
.recommend-sect__inner > div { display: none; }
.search-tab__list li a { background-color: #dd71eb; border-top-color: #dd71eb; }
.search-tab__list li a.active { border-top-color: #dd71eb; color: #dd71eb; }
.search-tab__list li a:not(.active):hover { background-color: #8b66ff; border-top-color: #8b66ff; }
.kkrs-top-search-section .kkrs-top-search-submit-btn, .hotel-tabbox .f-top-search-row__col .f-button--cta { background: linear-gradient(90deg, #f214f2 0%, #825ef2 100%) !important; }

@media screen and (min-width:768px){
  .sp-item { display: none; }
  .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; }
  .l-page h1 { font-size: 18px; font-weight: 700; }
  .l-page a:hover { text-decoration: none; }
  .l-page a:hover img { opacity: .7; }
  .l-page .c-sec__head { gap: 1.25em; }
  .l-page .c-sec__title { font-size: 2.5em; }
  .l-mv__title { width: 82vw; }
  .l-anchor { height: 7em; }
  .l-anchor__item + .l-anchor__item::before { bottom: 1.875em; top: 1.875em; }
  .l-anchor__item a { height: 7em; padding-bottom: 1em; }
  .l-anchor__item a::after { bottom: 1em; font-size: 1.25em; }
  .l-anchor__item a:hover::after { transform: translateY(.25em); }
  .l-anchor__item span { font-size: 1.25em; }
  .l-anchor__float.is-fixed .l-anchor__item + .l-anchor__item::before { bottom: .75em; top: .75em; }
  .l-anchor__float.is-fixed .l-anchor__item a { height: 4em; }
  .l-anchor__float.is-fixed .l-anchor__item a::after { bottom: .25em; font-size: 1em; }
  .l-anchor__float.is-fixed .l-anchor__item span { font-size: 1em; }
  .l-contents .c-inner { gap: 3em; padding: 5em 0; }
  .sec-info__wrap { font-size: 1.125em; }
  .sec-info__item a:hover { color: #dd71eb; }
  .news__list a { padding: .75em 0 .75em 3.5em; }
  .sec-dates__wrap .c-more__link { font-size: 1.25em; padding-top: 2em; }
  .sec-dates__list { gap: 1.5em; grid-template-columns: repeat(3, 1fr); }
  .sec-dates__item { gap: 2.5em; }
  .sec-dates__item:hover { box-shadow: none; transform: translate(.375em, .375em); }
  .sec-dates__more { margin-top: 1.5em; }
  .sec-dome .c-btn:hover { background-position: 100% 50%; }
  .sec-dome .c-btn:hover::after { right: .875em; }
  .sec-dome__list { gap: 2em; }
  .sec-dome__item { background-color: #fff; gap: 1.125em 0; grid-template-columns: 32.4219% 1fr; padding: 1em 0 1em 1em; }
  .sec-dome__item--title { font-size: 1.125em; }
  .sec-dome__main { grid-column: 1 / 2; grid-row: 1 / 3; }
  .sec-dome__main .c-txt { padding: 1em; }
  .sec-dome__hotel { grid-column: 2 / 3; grid-row: 1 / 2; }
  .sec-dome__nearby { grid-column: 2 / 3; grid-row: 2 / 3; }
  .sec-dome__access--list li { font-size: .8125em; }
  .sec-dome__hotel { padding-left: 0.5em; padding-right: 0.5em;}
  .sec-dome__hotel .sec-dome__item--title { padding-left: 0.5em; }
  .sec-dome__hotel .c-hotel__label { height: 1.5em; width: 10em; }
  .sec-dome__hotel .c-hotel__label span { font-size: .8125em; }
  .sec-dome__hotel .c-hotel__list .c-slide__arrow { background: linear-gradient(90deg, #f214f2 0%, #825ef2 100%); border-radius: 50%; cursor: pointer; display: grid !important; place-content: center; position: absolute; transition: all .3s ease; z-index: 2; top: 49%; width:2.0em; height: 2.0em;}
  .sec-dome__hotel .c-hotel__list .c-slide__arrow.slick-disabled { display: none !important; }
  .sec-dome__hotel .c-hotel__list .c-slide__arrow::before { background: linear-gradient(90deg, #f214f2 0%, #825ef2 100%); color: transparent; -webkit-background-clip:text; -webkit-text-fill-color: transparent; display: inline-block; font-family: "icon"; font-size: 1.125em; position: relative; z-index: 2;}
  .sec-dome__hotel .c-hotel__list .c-slide__arrow::after { aspect-ratio: 1 / 1; background-color: #fff; border-radius: 50%; content: ""; position: absolute; top: 50%; translate: 1px -50%; width: calc(100% - 2px); }
  .sec-dome__hotel .c-hotel__list .c-arrow__prev { translate: -50% -50%; left: 1.2em;}
  .sec-dome__hotel .c-hotel__list .c-arrow__prev::before { content: "\f104"; top:-1px; left: -1px;}
  .sec-dome__hotel .c-hotel__list .c-arrow__next { translate: 50% -50%; right: 1.2em; }
  .sec-dome__hotel .c-hotel__list .c-arrow__next::before { content: "\f105"; top:-1px; left: 1px;}
  .sec-dome__hotel .c-hotel__item { padding-left: 0.5em; padding-right: 0.5em;}
  .sec-dome__hotel .c-hotel__item .c-txt { font-size: .75em; padding: 1em; }
  .sec-dome__hotel .c-hotel__item .c-hotel__name { font-size: 1.6667em; }
  .sec-dome__hotel .c-hotel__item:hover .c-hotel__name { background: linear-gradient(90deg, #f214f2 0%, #8b66ff 100%); color: transparent; -webkit-background-clip:text; -webkit-text-fill-color: transparent; }
  .sec-dome__hotel .c-hotel__item .c-hotel__rate::before { content: "お客様アンケート評価"; }
  .sec-dome__hotel .c-hotel__item .c-hotel__rate img { max-width: 6em; }
  .sec-dome__nearby { display: flex; flex-direction: column; padding-left: 1em; padding-right: 1em;}
  .sec-dome__nearby .c-area__item a:hover::after { transform: translateX(.25em); }
  .sec-dome__nearby--wrap { margin-top: auto; height: 100%; }
  .sec-nationwide__anchor { gap: .5em; grid-template-columns: repeat(5, 1fr); }
  .sec-nationwide__anchor--item { height: 3.25em; }
  .sec-nationwide__anchor--item span { font-size: 1.125em; }
  .sec-nationwide__anchor--item:hover { background-color: #f8e3fb; }
  .sec-nationwide__anchor--item:hover::after { transform: translateY(.25em); }
  .sec-nationwide__wrap { gap: 2.5em; }
  .sec-nationwide__area dt { font-size: 2em; height: 2.5em; }
  .sec-nationwide__area dd { gap: 2.25em; padding: 4em 3.125em; }
  .sec-nationwide__area .c-map { padding: 2.5em; }
  .sec-nationwide__area .c-map a:hover .c-btn__map { fill: #00aaff; }
  .sec-nationwide__area .c-map svg { max-width: 960px; width: 100%; }
  .sec-nationwide__area .c-cap { text-align: right; }
  .sec-nationwide__area .c-area__tags { gap: 1em; }
  .sec-nationwide__area .c-area__tag { height: 3.25em; }
  .sec-nationwide__area .c-area__tag span { font-size: 1.25em; }
  .sec-nationwide__area .c-area__tag:hover { background-color: #dd71eb; }
  .sec-nationwide__area .c-area__tag:hover span, .sec-nationwide__area .c-area__tag:hover span::after { color: #fff; }
  .sec-nationwide__bottom p { font-size: 1.75em; }
  .sec-nationwide__bottom .c-btn { height: 4.75em; }
  .sec-nationwide__bottom .c-btn span { font-size: 1.5em; }
  .sec-nationwide__bottom .c-btn:hover::after { background-color: rgba(255,255,255,0); }
  .sec-nationwide__bottom .c-btn:hover span { background: none; color: #fff; -webkit-text-fill-color: inherit; }
  .sec-nationwide__bottom--wrap  { padding: 3em 0; }
  .sec-recommend__list { gap: 3.25em; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 884px; }
  .sec-faq__item { gap: 1.5em; padding: 2.5em 0; text-align: left; }
  .sec-faq__item--q { font-size: 1.5em; }
  .sec-faq__item--a a:hover { color: #ba1cbd; }
  .slick-list { overflow: hidden; }
  .slick-dots { display: block; width: 100%; }
  .slick-dots li , .slick-dots li button::before { width: 5em; }
  .slick-dots li.slick-active button::before { width: 5em; }
  .htl-sitemap { padding: 3.125em 0; text-align: left; }
  .htl-sitemap_dl { display: flex; flex-wrap: wrap; min-width: 970px; max-width: 1246px; padding: 0 .375em; }
  .htl-sitemap_dl dt {  width: 12rem; }
  .htl-sitemap_dl dd { width: calc(100% - 12rem); }
  .htl-sitemap_dl dt:not(:first-of-type), .htl-sitemap_dl dd:not(:first-of-type) { margin-top: 2rem; }
  .htl-sitemap_list { margin: -1rem 0 0 0; }
  .htl-sitemap_list li { margin: 1rem 0 0 1rem; padding-left: 1rem; border-left: dotted 1px #ccc; }
}

@media screen and (min-width:768px) and ( max-width:1440px) {
  .l-mv { aspect-ratio: 18 / 7; background-size: auto 100%;  }
}
@media screen and (min-width:768px) and ( max-width:1380px) {
 .sec-dome__hotel .c-hotel__item .c-txt { font-size: .85vw; }
}

@media screen and (min-width:1441px){
  .l-mv { background-size: cover; height: 35em; }
  .l-mv__title { width: 69.875em; }
}

@media screen and (min-width:768px) and ( max-width:1280px) {
  .l-page { font-size: 1.25vw; margin: 0;  }
}

@media screen and (max-width:767px){
  .pc-item { display: none; }
  #JTBGF-ly_footer.JTBGF-ly_footer { margin-top: 0 !important; }
  .breadcrumb-upper { background-color: #fff; border-top: 1px solid #d7d7d7; display: flex; flex-wrap: nowrap; font-size: 10px; line-height: 3rem; overflow: hidden; position: relative; }
  .breadcrumb-upper__fix { box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); position: relative; transition: box-shadow .3s; width: 7em; z-index: 3; }
  .breadcrumb-upper__fix a { padding-left: .5rem; }
  .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; }
  .breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
  .breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
  .breadcrumb-upper__fix a, .breadcrumb-upper__item a { display: block; background-color: #fff; text-align: center; position: relative; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; position: absolute; 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; }
  .js-btn-page-top { bottom: 20px; right: 20px; }
  .js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
  .js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; line-height: 29px; width: auto; }
  .l-page { font-size: 3.2vw; padding: 20px 0 0; }
  .l-page h1 { font-size: 16px; font-weight: 600; margin-bottom: 20px; padding: 0 1%; }
  .l-page button { font-size: 3.2vw; }
  .l-page .c-sec__head { gap: 1em; }
  .l-page .c-sec__title { font-size: 2em; }
  .l-mv { aspect-ratio: 2 / 1; background-size: cover; }
  .l-mv__title { margin: 0 auto; width: 96%; }
  .l-anchor { height: 4em; }
  .l-anchor__float .c-inner { width: 100%; }
  .l-anchor__list { justify-content: space-between; }
  .l-anchor__item { width: 100%; }
  .l-anchor__item + .l-anchor__item::before { bottom: .75em; top: .75em; }
  .l-anchor__item a { height: 4em; padding-bottom: .5em; }
  .l-anchor__item a::after { bottom: .25em; }
  .l-anchor__item a span { font-size: .9375em; }
  .l-contents .c-inner { gap: 2em; padding: 2.5em 0; }
  .sec-dates__wrap .c-more__link { font-size: 1.5em; padding-top: 1em; }
  .sec-dates__list, .sec-dates__item { gap: 1em; }
  .sec-dates__more { margin-top: 1em; }
  .sec-dome .c-box { background-color: #fff; }
  .sec-dome .c-btn span { font-size: 1.25em; }
  .sec-dome__list { gap: 6em; }
  .sec-dome__item { gap: 2em; }
  .sec-dome__item + .sec-dome__item::before, .sec-dome__item + .sec-dome__item::after { border-bottom: 1px dashed; content: ""; height: 1px; left: 0; position: absolute; width: 100%; }
  .sec-dome__item + .sec-dome__item::before, .sec-dome__item + .sec-dome__item::after { top: -3em; }
  .sec-dome__item + .sec-dome__item::before { border-image: linear-gradient(90deg, #f214f2 0%, #8b66ff 52%, #00aaff 100%) 1; }
  .sec-dome__item + .sec-dome__item::after { border-color: #f5f5f5; z-index: 2; }
  .sec-dome__item--title{ font-size: 1.5em;}
  .sec-dome__hotel .sec-dome__item--title{ padding-left: 0.5em; }
  .sec-dome__main .c-txt { padding: 2em; }
  .sec-dome__hotel { margin-left: -1em; margin-right: calc(50% - 50vw); width: calc(100vw - .75em); }
  .sec-dome__hotel .c-hotel__label { height: 2em; width: 13em; }
  .sec-dome__hotel .c-hotel__label::before { top: 2em; }
  .sec-dome__hotel .c-hotel__label span { font-size: 1.125em; }
  .sec-dome__hotel .c-hotel__list { padding-right: 20vw; }
  .sec-dome__hotel .c-hotel__item .c-txt { font-size: 1.125em; padding: 1em 1.5em 1.5em; }
  .sec-dome__hotel .c-hotel__item .c-hotel__name { font-size: 1.5em; }
  .sec-dome__hotel .c-hotel__item .c-hotel__rate { font-size: 1.25em; }
  .sec-dome__hotel .c-hotel__item .c-hotel__rate img { width: 36vw; }
  .sec-dome__hotel .c-hotel__item .c-txt p { background-color: #f5f5f5; }
  .sec-dome__nearby .c-area__item { font-size: 1.25em; }
  .sec-nationwide__anchor { gap: .5em; grid-template-columns: repeat(2, 1fr); }
  .sec-nationwide__anchor--item { height: 3em; }
  .sec-nationwide__wrap { gap: 1.25em; }
  .sec-nationwide__area dt { font-size: 1.5em; height: 3.25em; position: relative; }
  .sec-nationwide__area dt::after { content: "\f107"; display: block; font-family: "icon"; line-height: 1; position: absolute; right: 1em; top: 50%; transition: all .4s ease; translate: 0 -50%; }
  .sec-nationwide__area dt.is-open::after { transform: rotate( -180deg ); }
  .sec-nationwide__area dd.c-fdc { display: none; padding: 1.5em 1em; }
  .sec-nationwide__area .c-map__wrap { padding-bottom: 1.5em; }
  .sec-nationwide__area .c-map { background-color: #fff; }
  .sec-nationwide__area .c-cap { text-align: left; }
  .sec-nationwide__area .c-area__wrap + .c-area__wrap { padding-top: 1em; }
  .sec-nationwide__area .c-area__tags { gap: .5em; }
  .sec-nationwide__area .c-area__tag { height: 3em; }
  .sec-nationwide__area .c-area__tag span { text-align: left; }
  .sec-nationwide__bottom--wrap { padding: 2em 0; }
  .sec-nationwide__bottom p { font-size: 1.25em; }
  .sec-nationwide__bottom .c-btn { height: 4em; }
  .sec-nationwide__bottom .c-btn span { font-size: 1.25em; }
  .sec-recommend__list { gap: 1.25em; grid-template-columns: repeat(2, 1fr); }
  .sec-faq__item { gap: 1.5em; padding: 1.5em 0; text-align: left; }
  .sec-faq__item--q { font-size: 1.25em; }
  .slick-list { overflow: visible; }
  .slick-dots { display: flex; left: 1em; width: calc(89% + 1em); }
  .slick-dots li , .slick-dots li button::before { width: 100%; }
  .slick-dots li.slick-active button::before { width: 100%; }
  .htl-sitemap { margin-top: 2em; }
  .htl-sitemap_dl dt { padding: 1em 2em 1em 1em; text-align: left; }
  .htl-sitemap_dl dt:not(:first-of-type) { border-top: solid 1px #eee; }
  .htl-sitemap_dl dd { background-color: #f5f5f5; display: none; }
  .htl-sitemap_list { margin-right: .3rem; }
  .htl-sitemap_list li { margin: .3rem 0 0 .3rem; width: calc(100% / 2 - .3rem); }
  .htl-sitemap_list li a { background-color: #fff; display: flex; align-items: center; padding: .5rem 1rem; min-height: 50px; height: 100%; line-height: 1.3; border-radius: .3rem; text-align: left; }
  .js-accordion-sp { position: relative; }
  .js-accordion-sp a { pointer-events: none; }
  .js-accordion-sp:after { position: absolute; right: 1.5rem; top: 1rem; content: "\f107"; display: inline-block; font-family: "icon"; transition: all .2s ease; font-size: 1.8rem; }
  .js-accordion-sp.is-open:after { transform: rotateZ(-180deg); }
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; 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 { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: flex; margin-left: auto; margin-right: auto; }
.slick-track::before, .slick-track::after { display: table; content: ""; }
.slick-track::after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: auto !important; min-height: 1px; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: flex; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dotted.slick-slider { margin-bottom: 2em; }
.slick-dots { bottom: -2em; margin: 0; padding: 0; position: absolute; text-align: center; }
.slick-dots li { display: inline-block; height: 1.5em; margin: 0; padding: 0; position: relative; }
.slick-dots li button { background-color: transparent; border: 0; color: transparent; display: block; height: .375em; line-height: 0; outline: none; width: 1.5em; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button::before { background-color: #ddd; content: ""; display: inline-block; height: .375em; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: all .4s ease; }
.slick-dots li.slick-active button::before { background-color: #9270ff; }

/* Carousel（今おすすめのプラン） */
.carousel-wrapper .carousel { scrollbar-width: none; }
.carousel-wrapper .carousel::-webkit-scrollbar { display: none; }
.carousel { overflow-x: scroll; }
.carousel .sec-recommend-tour__item { flex-shrink: 0; }
.carousel-indicator { position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; margin: 24px auto 0; height: .375em; background: #e0e0e0; border-radius: 2px; }
.carousel-indicator::after { position: absolute; content: ''; top: 0; left: var(--indicator-left, 0%); width: var(--indicator-width, 50%); height: 100%; background-color: #9270ff; border-radius: 2px; transition: left 0.3s ease; }
.carousel-indicator__dot { display: none; }
@media screen and (min-width:768px){
  .carousel-wrapper { position: relative; }
  .carousel-arrow { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; color: #825ef2; background: linear-gradient(90deg, #f214f2 0%, #825ef2 100%); padding: 2px; border-radius: 50%; cursor: pointer; font-size: 16px; z-index: 10; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
  .carousel-arrow::before { content: ''; position: absolute; inset: 2px; border-radius: 50%; background: #fff; z-index: 0; }
  .carousel-arrow span, .carousel-arrow:not(:empty) { z-index: 1; }
  .carousel-arrow--right { right: 0; }
  .carousel-arrow--left { left: 0; display: none; }
  .carousel-indicator { width: 20%; }
}
@media screen and (max-width: 767px) {
  .carousel-arrow span { display: none; }
  .carousel-indicator { width: 50%; }
}


/* 北海道訴求カセット */
.sec-hokkaido-pick{
  background:#fff;
  padding:20px 0 60px;
}

.sec-hokkaido-pick__lead{
  text-align:center;
  font-size:34px;
  font-weight:700;
  color:#9270ff;
  margin-bottom:30px;
}

.sec-hokkaido-pick .c-inner{
    gap:1em;
}

.sec-hokkaido-pick__lead:before{
  content:"";
  display:block;
  width:80px;
  height:2px;
  margin:0 auto 20px;
  background:linear-gradient(
    90deg,
    #f214f2 0%,
    #8b66ff 52%,
    #00aaff 100%
  );
}

.sec-hokkaido-card{
  display:flex;
  align-items:center;
  gap:40px;
  background:#fff;
  border:2px solid #db94f7;
  border-radius:16px;
  padding:30px;
}

.sec-hokkaido-card__img{
  width:45%;
  flex-shrink:0;
}

.sec-hokkaido-card__img img{
  width:100%;
  display:block;
  border-radius:12px;
}

.sec-hokkaido-card__txt{
  width:55%;
  text-align:left;
}

.sec-hokkaido-card__txt h3{
  font-size:34px;
  margin-bottom:15px;
  line-height:1.3;
}

.sec-hokkaido-card__txt p{
  font-size:24px;
  line-height:1.8;
  margin-bottom:20px;
}

.c-point{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:24px;
}

.c-point span{
  border:1px solid #db94f7;
  border-radius:999px;
  padding:8px 12px;
  font-size:17px;
  font-weight:700;
}

.sec-hokkaido-card__btns{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.sec-hokkaido-price__note{
  font-size:13px;
  color:#666;
  margin-bottom:12px;
  font-weight:700;
}

.sec-hokkaido-card__btns{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.sec-hokkaido-card__row{
  display:flex;
  align-items:center;
  gap:12px;
}

.sec-hokkaido-card__price{
  font-size:24px;
  font-weight:700;
  color:#e60012;
  white-space:nowrap;
}

.sec-hokkaido-card__price::before{
  font-size:18px;
}

.sec-hokkaido-card__btns .c-btn{
  display:block;
  width:280px;
  text-align:center;
  padding:14px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  background:linear-gradient(135deg,#9270ff,#b79cff);
  box-shadow:0 4px 0 #6f4fe0;
}

.sec-hokkaido-card__btns .c-btn:hover{
  transform:translateY(2px);
  box-shadow:none;
}

@media screen and (max-width:767px){

  .sec-hokkaido-card{
    flex-direction:column;
  }

  .sec-hokkaido-card__img,
  .sec-hokkaido-card__txt{
    width:100%;
  }

  .sec-hokkaido-card__btns .c-btn{
    width:100%;
  }
.sec-hokkaido-card__label{
  display:inline-block;

  padding:8px 16px;

  background:linear-gradient(
    135deg,
    #fff3c4,
    #ffe27a
  );

  color:#5e4300;

  border-radius:999px;

  font-size:14px;
  font-weight:700;

  box-shadow:0 2px 8px rgba(0,0,0,.08);

  margin-bottom:16px;
}
.sec-hokkaido-card__img{
  position:relative;
}


.price-note{
  display:inline-block;
  padding:6px 12px;
  background:#fff7cc;
  border-radius:30px;
  font-size:12px;
  font-weight:700;
  margin-bottom:15px;
}
.sec-hokkaido-card__img{
  position:relative;
}


  background:#ffe57a;
  color:#333;

  padding:8px 16px;
  border-radius:999px;

  font-size:13px;
  font-weight:700;

  z-index:10;
}

.sec-hokkaido-card__more{
  display:inline-block;
  padding:10px 18px;
  border:1px solid #9270ff;
  border-radius:6px;
  background:#fff;
  color:#9270ff;
  font-weight:700;
  text-decoration:none;
}
.sec-hokkaido-card__bottom{
  margin-top:20px;
  text-align:right;
}

.sec-hokkaido-card__more{
  color:#9270ff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.sec-hokkaido-card__more::after{
  content:" ＞";
}

.sec-hokkaido-card__more:hover{
  color:#f214f2;
}

.sec-hokkaido-pick .c-inner{
    gap:1em;
}

.sec-hokkaido-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}

.sec-hokkaido-meta span:first-child{
  display:inline-block;
  padding:4px 12px;
  border:1px solid #db94f7;
  border-radius:999px;
  color:#9270ff;
  font-size:13px;
  font-weight:700;
}

.sec-hokkaido-meta span:last-child{
  font-size:12px;
  color:#666;
  font-weight:700;
}
.sec-hokkaido-card__title-link:hover{
  color:#9270ff !important;
}

@media screen and (max-width:767px){

  .sec-hokkaido-card{
    flex-direction:column;
    gap:20px;
    padding:20px;
  }

  .sec-hokkaido-card__img,
  .sec-hokkaido-card__txt{
    width:100%;
  }

  .sec-hokkaido-card__img img{
    width:100%;
    border-radius:12px;
  }

  .sec-hokkaido-pick__lead{
    font-size:26px;
    line-height:1.3;
  }

  .sec-hokkaido-card__txt h3{
    font-size:20px;
    margin-bottom:10px;
  }

  .sec-hokkaido-card__txt p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:12px;
  }

  .sec-hokkaido-meta{
    flex-wrap:wrap;
    gap:6px;
  }

  .sec-hokkaido-card__row{
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }

  .sec-hokkaido-card__btns .c-btn{
    width:100%;
    box-sizing:border-box;
  }

  .sec-hokkaido-card__price{
    text-align:center;
    font-size:22px;
  }

  .sec-hokkaido-card__bottom{
    text-align:center;
  }

.sp-br{
  display:none;
}

@media screen and (max-width:767px){
  .sp-br{
    display:block;
  }
}
