@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
  --font-montserrat: "Montserrat", "Noto Sans JP", sans-serif;
  --font-baloo: "Baloo 2", "Noto Sans JP", sans-serif;
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

#PageName {
  max-width: 1024px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.07em;
  padding-block: 12px 10px;
}

.PB_hidden {
  display: none;
}

/* mv */
.mv {
  position: relative;
  height: 500px;
  background: url(/attending/newyear/images/2026/dp_d/bg_mv_dp.png) no-repeat left calc(50% + 40px) center/auto 100%, url(/attending/newyear/images/2026/bg_mv01.png) no-repeat center center / cover;
}

.mv__ttl {
  padding-top: 124px;
  max-width: 380px;
  margin-inline: auto;
}

.mv__acc {
  z-index: 1;
  position: absolute;
  top: 418px;
  left: calc(50% + 232px);
}

.mv__acc::details-content {
  opacity: 0;
  transition: opacity 0.3s ease, content-visibility 0.3s allow-discrete;
}

.mv__acc[open]::details-content {
  opacity: 1;
}

.mv__acc__btn {
  display: block;
  width: 280px;
  background: #fff;
  border-radius: 6px;
  padding: 17px;
  box-shadow: 0 4px 10px rgb(0 0 0/0.15);
  color: #000;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.mv__acc__btn:hover {
  background: #fdfaee;
}

.mv__acc__btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #da1e0f;
  border-radius: 6px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.mv__acc__btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #da1e0f;
  border-bottom: 3px solid #da1e0f;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: all 0.3s;
}

.mv__acc[open] .mv__acc__btn::after {
  rotate: 225deg;
}

.mv__acc__content {
  margin-top: 4px;
  background: #fff;
  border-radius: 6px;
  padding-inline: 10px;
}

.mv__acc__list__items + .mv__acc__list__items {
  border-top: 1px dotted #e4caa2;
}

.mv__acc__content__btn {
  display: block;
  padding-block: 12px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-align: center;
  transition: all 0.3s;
}

.mv__acc__content__btn:hover {
  background: #fdfaee;
}

.mv__acc__content__btn__domestic {
  color: #e285bb;
}

.mv__acc__content__btn__oversea {
  color: #00a0cd;
}

/* sec--lead */
.sec--lead {
  padding-block: 70px 50px;
  background: url(/attending/newyear/images/2026/bg_lead01.png) repeat-x top left/288px, url(/attending/newyear/images/2026/bg_common02.png) repeat top left/51px !important;
}

.sec--lead__txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}

/* sec--toc */
.sec--toc {
  background: #b48407;
  padding-block: 14px;
}

.sec--toc__list {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  justify-content: center;
  gap: 10px;
}

ul.sec--toc__list.Common21__inner li {
  width: 248px;
}

.sec--toc__btn {
  display: block;
  height: auto;
  aspect-ratio: 249/86;
  background: url(/attending/newyear/images/2026/dp_d/bg_toc-dpd.png) no-repeat center/cover;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 28px;
  transition: opacity 0.3s;
}

.sec--toc__btn:hover {
  opacity: 0.7;
}

/* sec-ttl */
.sec-ttl-wrapper {
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.sec-ttl-wrapper::before {
  content: "";
  display: block;
  width: 56px;
  height: 28px;
  background: url(/attending/newyear/images/2026/ico_common01.svg) no-repeat center/cover;
  margin: 0 auto 15px;
}

.sec-ttl-wrapper::after {
  content: "";
  display: block;
  width: 110px;
  height: 20px;
  background: url(/attending/newyear/images/2026/ico_common02.svg) no-repeat center/cover;
  margin: 15px auto 0;
}

.sec-ttl-subttl {
  font-size: 18px;
  margin-bottom: 3px;
}

.sec-ttl {
  font-size: 30px;
}

/* sec--plan */
section[class^="sec--"]:nth-child(even) {
  padding-block: 60px 100px;
  background: #f2efe2;
  position: relative;
}

section[class^="sec--"]:nth-child(even) .sec-ttl-wrapper {
  color: #333;
}

section[class^="sec--"]:nth-child(odd) {
  padding-block: 60px 100px;
  background: url(/attending/newyear/images/2026/bg_common01.png) repeat top / 95px;
  position: relative;
}

section[class^="sec--"]:nth-child(odd) .sec-ttl-wrapper {
  color: #fff;
}

.sec--plan {
  padding-block: 60px 100px;
}

/* sec--air */
.sec--air::before {
  content: "";
  display: block;
  width: 456px;
  height: 216px;
  background: url(/attending/newyear/images/2026/bg_tour01.png) repeat center / cover;
  position: absolute;
  top: -34px;
  left: calc(50% + 272px);
}

/* sec--jr */
.sec--jr::before {
  content: "";
  display: block;
  width: 456px;
  height: 208px;
  background: url(/attending/newyear/images/2026/kokunai/bg_keyword01.png) no-repeat center / cover;
  position: absolute;
  top: -27px;
  left: calc(50% - 689px);
}

/* sec--bus */
.sec--bus::before {
  content: "";
  display: block;
  width: 456px;
  height: 208px;
  background: url(/attending/newyear/images/2026/kokunai/bg_find01.png) no-repeat center/cover;
  position: absolute;
  top: -30px;
  left: calc(50% + 272px);
}

/* il_box */
.il_side {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
}

.il_side#travel_tour {
  padding-top: 0;
  /*margin-top: -90px;*/
}

.search_dp_d_wrapper {
  background-image: url(/attending/newyear/images/2026/dp_d/SP23-037296D.jpg);
  background-size: cover;
  min-height: 500px;
}

#search_dp_d {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

#departure {
  width: 500px;
  padding-block: 100px 60px;
}

#Search.Search--has-tab {
  width: 480px;
}

.search_List {
  width: 500px;
  border-radius: 9px;
  margin: 100px 0 60px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
}

.search_List h3 {
  font-size: 20px;
  margin: 10px auto;
}

.search_List p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 13px;
}

.search_List ol li dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.search_List ol li dl dt {
  /* display: block; */
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  /* background: url(/attending/gw/dp_d/images/search_list_icn.png) no-repeat; */
}

.search_List ol li dl dt::before {
  content: "";
  display: block;
  background: url(/attending/newyear/dp_d/images/il_kadomatsu.png) center / contain no-repeat;
  width: 36px;
  height: 70.5px;
  z-index: 5;
}

.search_List ol li dl dt span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  display: block;
  color: #fff;
  font-size: 13px;
  background-color: #b91b1e;
  border-radius: 100px;
  padding: 5px 10px 5px 30px;
}

.search_List ol li dl dd {
  width: 350px;
  /* margin-top: 10px;
	margin-left: 15px; */
  font-size: 1.4rem;
}

.search_List ol li dl dd span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.search_List ol li dl dd span.search_List_bl {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  color: #b91b1e;
}

/*調整*/
/*カレンダー*/
.CommonModal-day-table th:first-child span,
.CommonModal-day-table td:first-child span,
.CommonModal-day-table td.holiday span {
  color: #ff6666;
}

.CommonModal-day-table th:last-child span,
.CommonModal-day-table td:last-child span {
  color: #6397f7;
}

.CommonModal-day-table th span,
.CommonModal-day-table td span {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.CommonModal-day-table span.CommonModal-day-bg.active,
.CommonModal-day-table th span.CommonModal-day-bg.active {
  color: white;
  background: #00a0e9;
}

.CommonModal-day-display-content .toCalendarDateLabel,
.CommonModal-day-display-content .fromCalendarDateLabel {
  font-size: 1.5rem;
  line-height: 1;
}

.dp_wrapper00 .AsideLink__link::before {
  content: none;
}

.Tour__tags {
  margin-bottom: 0;
}

.Tour {
  margin-right: 0;
}

.Tour__img {
  height: auto;
}

.Tour__txt {
  padding: 0;
}

.Tour__name {
  margin-bottom: 0;
}

.top_scroll_block_inner {
  width: 110px;
}

.Tour__stays {
  font-size: 14px;
}

#seach_dp_d {
  width: 500px;
  margin-bottom: 30px;
}

#departure {
  width: 500px;
}

#Search__stay-note--dpd p,
#Search__stay-note--dpd-bus p {
  font-size: 1.5rem;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 1.4rem;
}

.Search__form-group--women-only .Search__form-content {
  width: 100%;
  padding-left: 0;
  text-indent: 0;
}

.Search__checkbox-label.Search__checkbox-label--simple {
  font-size: 1.4rem;
}

.CommonModal__dp-number-note-label,
.CommonModal__dp-number-txtlink,
.CommonModal__dp-room-ttl,
.CommonModal__dp-number-ttl {
  font-size: 1.4rem;
}

.CommonModal__dp-room-ttl,
.CommonModal__dp-number-ttl {
  font-weight: 600;
}

.CommonModal__dp-number-input-control,
.CommonModal__dp-number-input {
  font-size: 1.5rem;
}

.CommonModal__dp-number-note-txt {
  font-size: 1.4rem;
}

.CommonModal__dp-number-txtlink:hover {
  color: #333;
  text-decoration: underline;
}

.suggest table {
  left: 0;
}

.sec_ttl {
  margin-bottom: 50px !important;
  text-align: center;
  background: url(/attending/newyear/images/2026/dp_d/ttl_matsu.png) no-repeat center top;
  padding-top: 45px;
  background-size: 56px;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}

.sec_ttl:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 10px;
  background: url(/attending/newyear/images/2026/dp_d/ico_common02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}

.mov__section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 20px;
}

.mov__box {
  width: 100%;
}

.mov__ttl {
  width: 358px;
  margin-bottom: 0 !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  margin: 0 auto;
}

.mov {
  border: 1px solid #e5e5e5;
  width: 358px;
  overflow: hidden;
  margin: 0 auto;
}

.CommonModal-day-ttl {
  position: static;
}

/* sec--find */
#find.sec--find {
  padding-block: 60px 100px;
  background: #f2efe2;
  position: relative;
}

#find .sec-ttl {
  color: #333;
}

.sec--find::before {
  content: "";
  display: block;
  width: 456px;
  height: 208px;
  background: url(/attending/newyear/images/2026/bg_search01.png) no-repeat center / cover;
  position: absolute;
  top: -31px;
  left: calc(50% - 706px);
}

#find .sec--find__section {
  background: #f2efe2;
}

.sec--find__section + .sec--find__section {
  margin-top: 30px;
}

.sec--find__section__ttl {
  display: grid;
  place-content: center;
  width: 170px;
  min-height: 50px;
  margin: 0 auto 20px;
  background: url(/attending/newyear/images/2026/naigai/bg_find02.svg) no-repeat center/cover;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.sec--find__section__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.sec--find__section__list__items:has(.sec--find__section__btn--domestic) {
  width: calc(calc(100% - 20px) / 2);
}

.sec--find__section__list__items:has(.sec--find__section__btn--oversea) {
  width: calc(calc(100% - 20px) / 2);
}

.sec--find__section__list__items:has(.sec--find__section__btn--feature) {
  width: calc(calc(100% - 40px) / 3);
}

.sec--find__section__btn {
  display: grid;
  place-content: center;
  padding: 14px 10px 14px 0;
  min-height: 70px;
  border-radius: 10vh;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  transition: all 0.3s;
}

.sec--find__section__btn--domestic {
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #e285bb;
}

.sec--find__section__btn--oversea {
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #00a0cd;
}

.sec--find__section__btn--feature {
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #b48407;
}

.sec--find__section__btn:hover {
  opacity: 0.7;
}

.sec--find__section__btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 10vh;
  opacity: 0.5;
  position: absolute;
  inset: 0;
  margin: auto;
}

.sec--find__btn {
  display: block;
  width: 480px;
  margin: 40px auto 0;
  padding-block: 23px;
  position: relative;
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #da1e0f;
  border-radius: 10vh;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.sec--find__btn:hover {
  opacity: 0.7;
}

.sec--find__btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 10vh;
  opacity: 0.5;
  position: absolute;
  inset: 0;
  margin: auto;
}

#find section.sec--find__section {
  padding-block: 0;
}

/*tour*/

.Tour--newyear {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: auto !important;
  border-radius: 10px;
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.Tour__details a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Tour--newyear__img {
  max-height: 146px;
  overflow: hidden;
  margin-bottom: 13px;
  border-radius: 8px;
}

.Tour--newyear__img img {
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}

.Tour--newyear__tags01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.Tour--newyear__tag-inner {
  display: grid;
  place-content: center;
  border: 1px solid #b48407;
  border-radius: 2px;
  padding: 3px;
  color: #b48407;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.Tour--newyear__nam {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.Tour--newyear__caption {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.Tour__details dl {
  margin-bottom: 70px;
}

.Tour__stays {
  background: #f3f3f3;
  padding: 3px 6px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  position: absolute;
  right: 10px;
  bottom: 30px;
}

.Tour--newyear__price {
  font-size: 18px;
  font-weight: 600;
  color: #df1515;
  font-family: var(--font-montserrat);
  letter-spacing: 0.04em;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.swiper-container {
  position: static;
  overflow: visible;
  width: 1000px;
  padding-bottom: 30px;
  padding: 15px !important;
  margin: 0 auto !important;
}

/* .swiper-wrapper {
  overflow: hidden;
} */

.txt_footnote {
  margin-block: 20px;
  padding-top: 10px;
  font-size: 12px;
  text-align: right;
}

section[class^="sec--"]:nth-child(odd) .txt_footnote {
  color: #fff;
}

.XXXXXXXX > .tour__inner {
  width: 1024px;
  position: relative;
  overflow: hidden;
}

.tour__inner .swiper-button-prev {
  background-image: url(/attending/newyear/images/2026/dp_d/swiper_prev.png) !important;
  width: 44px !important;
  height: 44px !important;
  background-size: cover !important;
  left: 0px !important;
}

.tour__inner .swiper-button-next {
  background-image: url(/attending/newyear/images/2026/dp_d/swiper_prev.png) !important;
  width: 44px !important;
  height: 44px !important;
  background-size: cover !important;
  right: 0px !important;
  transform: translateY(0%) scale(-1, 1);
}

.tour__inner .swiper-button-prev::after,
.tour__inner .swiper-button-next::after {
  content: none;
}

.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 10px !important;
  width: 98%;
  background: rgba(230, 230, 230, 0.9) !important;
}

.swiper-scrollbar-drag {
  background: rgba(177, 177, 177, 0.9) !important;
}

.tour__inner .swiper-button-next,
.tour__inner .swiper-button-prev {
  transition: opacity 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#btnToTop {
  background: url(/attending/newyear/images/2026/totop.png);
  background-size: cover;
  width: 90px;
  height: 90px;
  bottom: -90px;
}

.sec--plan .sec-ttl,
.sec--air .sec-ttl,
.sec--jr .sec-ttl,
.sec--bus .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}

.sec--find__section:last-of-type {
  padding-bottom: 40px !important;
  position: relative;
}

.sec--find__section:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd5c5;
  position: absolute;
  bottom: 0;
  left: 0;
}
