/* ========================================
  クリスマスマーケット特集LP - Style
   ======================================== */
/* ===== CSS変数 ===== */
:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --main-color: #041536;
  --sub-color01: #9d0820;
  --sub-color02: #cb904a;
  --sub-color03: #f2f3f5;
}

/* ===== ベーススタイル ===== */

.contents_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.inner_wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.flex_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.col2, .col3, .col4, .col5, .col6, .col7, .onethird, .twothird {
    flex-wrap: wrap;
}
.col2 > * {
    width: calc((100% / 2) - (12px / 2));
}
.col6 > * {
    width: calc((100% / 6) - (12px / 6));
}
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
.contents {
  background-color: var(--color-primary-bg);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.contents h2, .contents h3,.contents h4, section.intro p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.contents img {
  border: 0;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  color: #333;
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  font-weight: 700;
}
.contents {
  background: var(--main-color);
}
.contents .content_body .section .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

section.intro {
  background: var(--main-color);
  padding: 40px 0 80px;
}
section.toptour {
  background: var(--main-color);
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section.intro, section.toptour {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  .sp {
      display: none;
  }
}
@media screen and (min-width: 999px) {
  .break {
      display: none;
  }
}
@media screen and (max-width: 1199px) {
  .contents_wrap {
    padding: 0 14px;
  }
  .inner_wrap {
      padding: 0 14px;
  }
}
/* ===== Lazy Loading ===== */
.contents .lazyload.fade_in,
.contents .lazyloading.fade_in {
  opacity: 0;
}
.contents .lazyloaded {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

/* ===== テキスト ===== */
.contents .section p {
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.6;
}

/* ===== ローダーアニメーション ===== */
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ===== 人気ツアーセクション ===== */
.toptour_box {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 20px;
  background: linear-gradient(0deg, rgb(7, 34, 88, 0.2) 0%, rgb(88, 119, 182, 0.2) 100%);
}
.toptour_box h2 {
  padding-bottom: 20px;
}
.toptour_list {
  align-items: stretch;
}
.toptour_list.flex_wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  align-items: stretch;
  gap: 6px 16px;
}
.toptour_list.col3 {
  flex-wrap: nowrap;
}
.toptour_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  max-width: 304px;
  width: 100%;
}
.toptour_detail {
  display: flex;
  flex-direction: column;
  background: var(--main-color);
  border-radius: 16px;
  overflow: hidden;
}
.toptour_detail img {
  width: 100%;
  display:block;
  border-radius: 16px 16px 0 0;
}
.toptour_detail h3 {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.tour_text {
  display:flex;
  flex-direction:column;
  flex:1;
  padding: 16px;
}
.tour_text p.area {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top:10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.tour_text p.area:before {
  content: '';
  flex-shrink: 0;
  width: 10px;
  height: 15px;
  background: url("../img/area_icon.webp") center / contain no-repeat;
}
.tour_text p.price {
  margin-top:auto;
  padding-top:16px;
  font-size: 18px;
  background: linear-gradient( 90deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  background-clip: text;
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
  text-align: right;
  font-weight: 700;
}
/* =========================
   ボタン
========================= */
section.toptour a.btn01,
section.toptour a.btn02 {
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  width: 100%;
  font-weight: 700;
  display: flex;
}
section.toptour a.btn01 {
  margin: 14px 0 0;
}
section.toptour a.btn02 {
  margin: 6px 0 0;
}
section.toptour a.btn01 span,
section.toptour a.btn02 span {
  text-align: center;
  padding: 8px 6px;
  border-radius: 7px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
section.toptour a.btn01 span {
  background: #9d0820;
  color: #fff;
}
section.toptour a.btn02 span {
  background: #fff;
  color: var(--main-color);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .toptour_box .inner_wrap {
      padding: 0;
  }
  .toptour_list.flex_wrap {
    display: block;
  }
  .toptour_list li {
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
/* ===== introセクション ===== */

section.intro .contents_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_light_t.webp) no-repeat top / cover;
  z-index: 1;
}
section.intro .inner_wrap {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
section.intro .inner_wrap>* {
  width: calc((100% / 2) - (20px / 2));
}
section.intro img {
  max-width: 464px;
  width: 100%;
}
.intro_text h2 {
  font-size: 22px;
  text-align: center;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 0 0 6px rgba(1, 13, 41, 0.3);
  line-height: 1.4;
}
.intro_text h2:before {
  content: url(../img/santa-claus.webp);
  display: block;
  transform: translate(0, -14px);
}
.intro_text p {
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 999px) {
  .inner_wrap {
      padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .section.intro .inner_wrap {
    display: block;
    text-align: center;
  }
  .section.intro .inner_wrap>* {
    max-width: 464px;
    margin: 0 auto;
    width: 100%;
  }
  .intro_text p {
    text-align: left;
  }
  .section.intro .inner_wrap img {
    margin-bottom: 30px;
  }
  section.intro .contents_wrap:before {
    background-size: contain;
    background-position: center;
    top: 160px;
  }
}
/* ===== ツアー一覧セクション ===== */
.sec_tour .sec_head {
  background: rgba(4,21,54,.9);
  padding: 30px 0 20px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.sec_tour .sec_head.is_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.country_selector {
  display:grid;
  grid-template-columns: repeat(6, calc((100% - (12px * 5)) / 6));
  justify-content:center;
  gap:12px;
}
.country_selector li {
  flex:0 0 150px;
}
.country_selector li img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .country_selector {
    display: inline-grid;
    grid-template-columns: repeat(3, calc((100% - (12px * 2)) / 3));
    padding-top: 0;
  }
  .country_selector li {
    max-width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .sec_tour .sec_head {
    padding: 10px 0;
  }
}
/* ===== ツアーセクション ===== */
section.sec_tour .sec_body {
  background: linear-gradient( 180deg, rgb(4,21,54) 0%, rgb(1,10,27) 100%);
  padding-bottom: 40px;
}
section.sec_tour .sec_body>.contents_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_light_b.webp) no-repeat bottom / contain;
  z-index: 1;
}
.sec_body>.contents_wrap {
  padding-bottom: 40px;
}
.sec_content {
  width: 100%;
  max-width: 960px;
  margin: 42px auto;
  padding: 30px;
  border-radius: 8px;
  background: var(--sub-color03);
}
.sec_content:last-of-type {
  margin-bottom: 0;
}
.dep_selector,
.city_selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 24px auto;
}
.deps,
.city_selector li{
  width: calc((100% / 4) - ((16px * 3) / 4));
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
}
.dep_selector .deps,
.city_selector .city,
.day_selector .days {
    transition: opacity 0.2s ease, filter 0.2s ease;
    cursor: pointer;
}
.dep_selector .deps:not(.active):hover,
.city_selector .city:not(.active):hover,
.day_selector .days:not(.active):hover {
    filter: brightness(0.9);
}
.dep_selector .deps:not(.active):active,
.city_selector .city:not(.active):active
.day_selector .days:not(.active):active {
    filter: brightness(0.8);
}
.deps span,
.city_selector li span{
  display: block;
  width: 100%;
  padding: 16px 8px;
  background: #ccc;
  text-align: center;
  color: #666;
  border-radius: 7px;
}
.deps.active span,
.city_selector li.active span{
  background: var(--main-color);
  color: #fff;
}
.days_content,
.tour_contents,
.city_contents{
  display: none;
}
.days_content.is_show,
.tour_contents.is_show,
.city_contents.is_show{
  display: block;
}
#country01_content.country_title {
  padding-top: 40px;
}
h3.country_title,
.toptour_box h2,
.sec_tour h2.sec_title {
  font-size: 28px;
  text-align: center;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.sec_tour h2.sec_title {
  font-size: 32px;
  padding: 40px 0 10px;
}
h3.country_title:before,
.toptour_box h2:before {
  content: url(../img/title_icon.webp);
  display: block;
  margin-bottom: 1rem;
}
h4.city_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}
.tour_contents {
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
}
.tour_contents_border{
  background: #fff;
  border-radius: 7px;
  padding: 40px 20px;
}
.tour_detail_flex{
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  padding-bottom: 66px;/*ボタン高さ＋余白*/
}
a.tour_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  line-height: 1;
}
a.tour_btn span{
  display: block;
  width: 100%;
  background: #9d0820;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  border-radius: 7px;
}
a.link_btn{
  display: block;
  width: 100%;
  border-radius: 8px;
  margin-top: 12px;
  padding: 1px;
  background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(237,207,102) 31%, rgb(241,224,165) 49%, rgb(237,207,102) 63%, rgb(169,119,36) 100%);
  line-height: 1;
}
a.link_btn span{
  display: block;
  width: 100%;
  background: #f2f3f5;
  text-align: center;
  color: #666;
  padding: 14px 0;
  border-radius: 7px;
}
.city_contents .city_head>img {
  margin-bottom: 2rem;
}
.schedule {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--main-color);
  font-weight: 700;
  margin: 1rem 0;
}
.schedule dt {
  border: var(--main-color) 1px solid;
  padding: .5rem 1.5rem;
}

@media screen and (max-width: 999px) {
  .sec_body>.contents_wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .city_selector {
    flex-wrap: wrap;
  }
  .city_selector li{
    width: calc((100% / 2) - (16px / 2));
    font-size: 14px;
  }
  .schedule dt {
    padding: .5rem;
  }
  .sec_content {
    padding: 20px;
  }
  .dep_selector,.city_selector {
    gap: 8px;
    margin: 16px auto;
  }
  .dep_selector li {
    width: calc((100% / 4) - ((8px * 3) / 4));
    font-size: 12px;
  }
  .tour_detail_flex {
    gap: 14px;
  }
  .tour_contents_border {
    padding: 20px 16px;
  }
}
/* ===== ツアー詳細セクション ===== */
.tour_detail_inner .tour_name {
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 14px;
}
.tour_detail_inner .tour_name > a {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.days span {
  display: block;
  width: 100%;
  padding: 16px;
  background: #d2d2d2;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  font-weight: 600;
}
.days.is_active span {
  background: var(--sub-color02);
  color: #fff;
}
.days_content {
  font-weight: 700;
}
.surcharge {
  background: var(--main-color);
  color: #fff;
  padding: .25rem 2rem;
}
.tour_price_surcharge {
  flex-wrap: wrap;
}
.tour_price .label {
  display: inline;
}
.tour_price .label span.ok {
  background: #818a9a;
  border-radius: 100vw;
  padding: .25rem 1rem;
  color: #fff;
}
.tour_price_fee {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 14px;
  gap: 6px;
}
.tour_price_fee .label {
  display: grid;
}
.tour_price_fee p.fee {
  color: var(--sub-color01);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.min_price, .max_price {
  font-size: 32px;

}
@media screen and (max-width: 599px) {
  .tour_detail_inner .tour_name {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .surcharge {
    padding: .25rem 1rem;
  }
  .tour_price_fee {
    display: block;
  }
  .tour_price_fee .label {
    display: flex;
    align-items: center;
  }
  .tour_price_fee .label span.ok {
    margin-right: 1rem;
  }
  .min_price, .max_price {
    font-size: 26px;
  }
  .tour_detail_inner .tour_name > a {
    font-size: 16px;
    text-align: left;
  }
  .tour_price_surcharge.flex_wrap {
    gap: 6px;
  }
}
/* ===== 印刷用 ===== */
@media print {
  body {
    min-width: 1100px !important;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
}
