@charset "UTF-8";

@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;
}

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

/*----------------------------------*/

/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  padding: 20px 0;
}

.pt0 {
  padding-top: 0 !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
  background-color: white;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

/*button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}*/

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/* HEADER  */
.family-page {
  position: relative;
}

.cont_header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 72px;
  border-top: 1px solid #ba181c;
}

/* .fixed {
  position: fixed;
  left: 0;
  top: 0;
} */

/* NAVBAR  */
.nav_on {
  background-color: #fef9ce;
}

.g_nav_list {
  width: 1024px;
  margin: auto auto;
  padding: 0;
  background-color: #fff;
}

.g_nav_lists {
  float: left;
  /* width: 192px; */
  width: calc(1024px / 3);
  text-align: center;
  position: relative;
}
.g_nav_lists > a {
  display: block;
  padding: 10px 0;
}
.g_nav_lists.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.g_nav_lists span {
  font-size: 14px;
  font-weight: bold;
  display: table-cell;
  padding: 13px 0 18px;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  cursor: pointer;
  /* width: 192px; */
  width: calc(1024px / 3);
  margin: 0;
  border-right: 1px solid #999999 !important;
}
.g_nav_lists.gray span {
  color: #a5a2a2;
  pointer-events: none;
}
.g_nav_lists:last-child span {
  border-right: none !important;
}
.g_nav_lists span:hover {
  opacity: 0.6;
}
.g_nav_lists span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 13px;
  height: 8px;
  background: url(/attending/newyear/kokunai/onsen/images/pc/arrow.png) no-repeat;
  background-size: contain;
}

.g_nav_under_list {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 342px;
  padding: 3px;
  border: 2px solid #5c4a18;
  background-color: #fff;
  text-align: left;
}
.g_nav_under_list:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #5c4a18;
}

.g_nav_under_link {
  display: block;
  position: relative;
  padding: 15px 0 15px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.g_nav_under_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}
.g_nav_under_link:hover,
.g_nav_under_link:visited {
  color: #333;
}

.g_nav_under_lists + .g_nav_under_lists {
  border-top: 1px solid #fce4e3;
}

.g_nav_under_list li a.kaigai {
  background-color: #fef9ce;
}

.g_nav_under_list li a.kaigai {
  background-color: #fff;
}

/*.g_nav_under_list li a.kaigai_top,
.g_nav_under_list li a.kokunai_top {
  background-color: #fef9ce;
}*/

.g_nav_under_list li a.kaigai_top {
  background-color: #fff;
}
.g_nav_under_list li a.kokunai {
  background-color: #fef9ce;
}

.g_nav_under_list li a.kokunai {
  background-color: #fff;
}

/*.g_nav_under_list li a.air,
.g_nav_under_list li a.dp,
.g_nav_under_list li a.hotel,
.g_nav_lists li a.info {
  background-color: #fef9ce;
}*/

.hawaii .g_nav_under_list li a.hawaii {
  background-color: #fef9ce;
}
.hawaii .g_nav_under_list li a.okinawa {
  background-color: #fff;
}

.okinawa .g_nav_under_list li a.hawaii {
  background-color: #fff;
}
.okinawa .g_nav_under_list li a.okinawa {
  background-color: #fef9ce;
}

.g_nav_list .link_gray {
  opacity: 0.3;
  pointer-events: none;
}
.g_nav_list .g_nav_under_lists.gray {
  display: block;
  position: relative;
  padding: 15px 0 15px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
}
.g_nav_list .g_nav_under_lists.gray:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

/* VISUAL  */
.mv_area {
  position: relative;
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_bg.gif);
  background-size: 90px;
}
.mv_area:before {
  content: "";
  position: absolute;
  background: url(/attending/newyear/images/2021/ttl_left.png) no-repeat;
  background-size: contain;
  width: 139px;
  height: 480px;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 3;
}
.mv_area:after {
  content: "";
  position: absolute;
  background: url(/attending/newyear/images/2021/ttl_right.png) no-repeat;
  background-size: contain;
  width: 107px;
  height: 381px;
  top: 60px;
  right: 0;
  display: inline-block;
}

.mv_area_name {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: table;
  background-color: #c31c20;
  border-radius: 25px;
  border: solid 2px #c31c20;
  font-weight: bold;
  transform: translate(-50%, 110%);
  white-space: nowrap;
}
.mv_area_name .def {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  color: #fff;
  padding: 2px 15px;
}
.mv_area_name .dest {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  font-size: 19px;
  color: #000;
  padding: 2px 15px;
  border-radius: 0 25px 25px 0;
}

.mv_inner {
  position: relative;
  width: 1124px;
  height: 465px;
  margin: auto auto;
  background: url("/attending/newyear/kokunai/onsen/images/pc/mv_pc_onsen.png") no-repeat bottom -3px right 35px;
  background-size: 943px;
  z-index: auto;
}

.mv_i {
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_P_i.png) no-repeat bottom left;
  background-size: 1024px;
}

.mv_d {
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_P_d.png) no-repeat bottom left;
  background-size: 1024px;
}

.mv_dp {
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_P_dp.png) no-repeat bottom left;
  background-size: 1024px;
}

.mv_oyaku {
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_P_oyaku.png) no-repeat bottom left;
  background-size: 1024px;
}

.mv_okinawa {
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_P_ok.png) no-repeat bottom left;
  background-size: 1024px;
}

.mv_hawaii {
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_P_haw.png) no-repeat bottom left;
  background-size: 1024px;
}

.mv_innerCal {
  position: relative;
  width: 1024px;
  height: 566px;
  margin: auto auto;
  z-index: 3;
  margin-top: -566px;
}

.mv_info {
  position: relative;
  overflow: hidden;
  padding-top: 252px;
  margin-top: -252px;
}
.mv_info:before {
  content: "";
  position: absolute;
  background: url(/attending/newyear/kokunai/onsen/images/pc/ttl_bottom.png) no-repeat;
  background-size: contain;
  bottom: 122px;
  right: calc(50% - 580px);
  width: 1170px;
  height: 162px;
  z-index: 2;
}

.mv_info_wapper {
  background-color: #fff;
}

.mv_ttl {
  position: absolute;
  left: 80px;
  top: 85px;
}
/*.mv_ttl img {
  width: auto !important;
}*/

.mv_calendar {
  position: absolute;
  right: 0;
  top: 140px;
  text-align: center;
  z-index: 3;
}
/*.mv_calendar img {
  width: auto !important;
}*/

.mv_calendar_under {
  position: absolute;
  right: 0;
  top: 123px;
  text-align: center;
  z-index: 3;
}

.link_btn {
  position: absolute;
  right: 20px;
  top: 410px;
  text-align: center;
  width: 388px;
  background-color: #c31c20;
  margin-top: 12px;
}
.link_btn a {
  font-size: 16px;
  padding: 14px 20px 14px 0;
  color: #fff;
  display: block;
  text-decoration: none;
}
.link_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 110px;
  top: calc(50% - 4px);
  width: 13px;
  height: 8px;
  background: url(/attending/newyear/kokunai/onsen/images/pc/arrow2.png) no-repeat;
  background-size: contain;
}

.mv_intro_txt {
  /*width: 500px;*/
  margin: 40px 0 40px 0 !important;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-align: center;
}

.seo_sns {
  width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.snsArea {
  width: 260px;
}
.snsArea ul li {
  display: table-cell;
  padding-left: 10px;
  width: 40px;
  vertical-align: top;
  transition: opacity 0.26s ease;
}
.snsArea ul li:hover {
  opacity: 0.7;
}
.snsArea ul li:first-of-type {
  padding-left: 0;
}
.snsArea ul.icn li.htnblog iframe {
  border-radius: 20px !important;
}

.htnblog {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.btn-touch {
  border-radius: 20px !important;
}

.snsArea ul.icn li.line span {
  background: #00b900;
  border-radius: 20px;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.snsArea ul.icn li.line span iframe {
  position: absolute !important;
  top: 5px;
  left: 5px;
}
.snsArea ul.icn li.google a {
  display: block;
  width: 40px;
  height: 40px;
}
.snsArea ul.icn li.google img {
  width: 100%;
}
.snsArea ul.icn li.pocket a {
  display: block;
  width: 40px;
  height: 40px;
}
.snsArea ul.icn li.pocket a img {
  width: 100%;
}
.snsArea ul.icn li a img {
  width: 40px !important;
  height: 40px !important;
}

.snsArea {
  margin-top: 20px;
}
.snsArea .icn li a img {
  width: auto;
}
.snsArea .btn-touch .icon {
  width: 100%;
  height: 50%;
  display: block;
  background: url(/attending/newyear/kokunai/onsen/images/pc/touch.svg) center no-repeat;
}

[class*="heading-"] {
  text-align: center;
}
[class*="heading-"] img {
  width: auto;
  max-width: 100%;
}

.heading-primary {
  padding: 0;
  margin-bottom: 30px;
}
.heading-secondary {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 63px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.05em;
}
.heading-secondary:after {
  content: "";
  width: 44px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_heading_01.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
}
.heading-secondary .small {
  font-size: 22px;
}
.heading-third {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  /*margin-bottom: 25px;*/
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
.heading-fourth {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 13px 10px 12px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 58px auto;
}
.heading-fourth span {
  position: relative;
  z-index: 10;
  font-size: 1em;
}
.heading-fourth:before,
.heading-fourth:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.heading-fourth:before {
  z-index: 1;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_circle.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 10px;
  background-position: -5px -5px, calc(100% + 5px) -5px, -5px calc(100% + 5px), calc(100% + 5px) calc(100% + 5px);
}*/
/*.heading-fourth:after {
  z-index: 2;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_circle.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 4px;
  background-position: 7px center, calc(100% - 7px) center;
}*/
/*.heading-fourth.style2:before {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_circle_02.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle_02.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle_02.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_circle_02.png");
}*/

.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 13px 10px 12px;
}
.btn .ico {
  display: inline-block;
  position: relative;
  z-index: 20;
  font-size: 1.2rem;
  color: currentColor;
  padding: 0 60px;
  letter-spacing: 0.1em;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/arrow_right.png");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.btn-red {
  background-color: #c31c20;
  color: #fff;
  padding: 16px 22px;
}
.btn-red .ico {
  color: #fff;
}
.btn-primary {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.btn-primary .ico {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-primary:before,
.btn-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-primary:before {
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.btn-primary:after {
  z-index: 0;
  bottom: -4px;
  right: -4px;
  border: 2px solid #fff;
}
.btn-primary.blue {
  color: #fff;
  position: relative;
  z-index: 10;
}
.btn-primary.blue:before {
  background-color: #72b6e2;
}
.btn-primary.blue:after {
  border: 2px solid #72b6e2;
}
.btn-secondary {
  color: #ffffff;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.btn-secondary .ico {
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  background-image: none;
}
.btn-secondary:before,
.btn-secondary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-secondary.trans {
}

.btn-secondary:before {
  /*z-index: 1;
  top: 0;
  left: 0;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_red_01.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_red_02.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_red_03.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_red_04.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top left, top right, bottom right, bottom left;
  background-color: #fff;
  border: 2px solid #c31c20;*/
}
.btn-secondary:after {
  /*z-index: 0;
  bottom: -4px;
  right: -4px;
  border: 1px solid #c31c20;*/
}
.btn-secondary.pink {
  color: #e38abe;
}
.btn-secondary.pink .ico {
  color: #e38abe;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/arrow_right_pinky.png");
}
.btn-secondary.pink:before {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_pink_01.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_pink_02.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_pink_03.png"), url("/attending/newyear/kokunai/onsen/images/pc/ico_btn_pink_04.png");
  border: 2px solid #e38abe;
}
.btn-secondary.pink:after {
  border: 2px solid #e38abe;
}
.btn-small {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
}
.btn-small .ico {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.card-figure {
  position: relative;
  margin-bottom: 10px;
}
.card-figure img {
  border-radius: 5px;
  width: 100%;
}
.card-figure .label {
  display: inline-block;
  width: 200px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/label_small.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 7px 10px;
}
.card-figure .best {
  position: absolute;
  left: 0;
  top: -56px;
  width: 80px;
}
.card-fnt {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 8px 10px 7px;
  margin-bottom: 10px;
}
.card-text {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  letter-spacing: 0.05em;
  text-align: justify;
}
.card-text.custom {
  line-height: 1.45;
  padding: 0 5px;
}
.card-media img {
  max-width: 100%;
}
.card-media:after {
  display: block;
  clear: both;
  content: "";
}
.card-media .card-text {
  padding-left: 0;
  padding-right: 0;
}
.card-media .left,
.card-media .right {
  width: 143px;
}
.card-media .left.small,
.card-media .right.small {
  width: 122px;
}
.card-media .left {
  float: left;
  margin-right: 15px;
}
.card-media .left.small {
  margin-right: 10px;
}
.card-media .right {
  float: right;
  margin-left: 15px;
}
.card-media .right.small {
  margin-left: 10px;
}
.card-link {
  position: relative;
  padding-bottom: 55px;
}
.card-link .position {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
}

.blog-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 40px;
}
.blog-item {
  width: 415px;
}
.blog-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog-figure {
  width: 200px;
}
.blog-figure img {
  max-width: 100%;
}
.blog-content {
  width: 200px;
  flex-grow: 1;
  padding-left: 6px;
}
.blog-title {
  color: #1d3994;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.blog-pref {
  color: #4d993d;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.blog-date {
  text-align: right;
  font-size: 13px;
  margin-top: 65px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
}

.bg-white {
  background-color: #fff;
}

section > *:last-child,
div > *:last-child,
ul > *:last-child,
li > *:last-child,
dl > *:last-child,
dd > *:last-child,
th > *:last-child,
th > *:last-child,
p > *:last-child {
  margin-bottom: 0;
}

.box {
  background-color: #fff;
  border-radius: 5x;
  padding: 15px 20px;
}
.box.pd15 {
  padding: 12px 15px 15px 15px !important;
}

.block-text {
  margin-bottom: 12px;
}
.block-text * {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.text-center {
  text-align: center !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}
.ls-custom {
  letter-spacing: -0.05em !important;
}

.block-section {
  margin-bottom: 50px;
}

.badges {
  position: relative;
}
.badges-btn {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

/* .top_scroll_block {
  position: fixed;
  width: 100%;
  z-index: -1;
  left: 120px;
  bottom: 20px;
  opacity: 0;
  transition: all 1s;
  text-align: right;
}
.top_scroll_block.show {
  z-index: 100;
  opacity: 1;
}
.top_scroll_block_inner {
  margin: auto;
  text-align: right;
}
.top_scroll_block_inner a {
  opacity: 0.5;
  transition: all 1s;
} */

.list-btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -4px;
  padding-right: 5px;
}
.list-btn > * {
  padding: 0 4px;
  width: 50%;
  box-sizing: border-box;
}
.list-btn .btn {
  display: block;
}

.list-deco {
  width: 660px;
  margin: auto;
}
.list-deco li {
  border-bottom: 2px dotted red;
  padding: 9px 0 9px 57px;
  font-size: 14px;
  line-height: 1.5;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_01.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 28px;
}

.list-item li {
  font-size: 13px;
  padding: 10px 0 10px 38px;
  line-height: 1.4;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.list-item li:nth-child(1) {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_1.png");
}
.list-item li:nth-child(2) {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_2.png");
}
.list-item li:nth-child(3) {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_3.png");
}
.list-item li:nth-child(4) {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_4.png");
}
.list-item li:nth-child(5) {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/ico_5.png");
}

.list-price {
  width: 880px;
  margin: 0 auto;
}
.list-price .link {
  display: flex;
  justify-content: space-between;
}
.list-price .link > * {
  font-weight: 700;
  line-height: 1.6;
  width: 230px;
}
.list-price .item {
  padding: 11px 0;
  border-bottom: 2px dotted #c0c0c0;
}
.list-price .item .title {
  color: #1d3994;
  font-size: 14px;
  flex-grow: 1;
}
.list-price .item .price {
  font-size: 16px;
  color: #ff2600;
  text-align: right;
  padding: 0 5px;
  letter-spacing: 0.08em;
}

.list-link {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
.list-link.border-none {
  border-bottom: 0;
}
.list-link .item {
  width: 304px;
}
.list-link .item .btn {
  width: 100%;
}
.list-link.style2 {
  border-bottom: 0;
}
.list-link.style2 .btn-secondary {
  color: #000000;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/anc_btn_bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent;
  height: 61px;
}
.list-link.style2 .btn-secondary:before {
  background: none;
  border-color: transparent;
  background-color: transparent;
}
.list-link.style2 .btn-secondary:after {
  border-color: transparent;
}
.list-link.style2 .btn-secondary .ico {
  color: #333;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/arrow.png");
  background-size: 12px;
}
.list-link.style2 .item {
  width: 162px;
  display: flex;
}
.list-link.style2 .item > a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
}
.list-link.style2 .item > a .s01 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000000;
  position: relative;
}

.list-link.style2 .item .ico {
  padding: 0 15px;
}

.media {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.media > * {
  width: 48%;
}
.media > *.mid {
  align-self: center;
}
.media img {
  width: auto;
  max-width: 100%;
}
.media-img {
  width: 315px;
  position: relative;
}
.media-img .best {
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 1;
  width: 80px;
}
.media-img .best img {
  width: 100%;
}
.media-img.left {
  margin-right: 20px;
}
.media-img.right {
  margin-left: 20px;
}
.media-content {
  position: relative;
  width: 460px;
  flex-grow: 1;
  padding-top: 18px;
}
.media-content.with-position {
  padding-bottom: 60px;
}
.media-position {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.media-block {
  display: flex;
  flex-wrap: wrap;
}
.media-title {
  letter-spacing: 0.08em;

  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 2px dotted #d4b36d;
  width: 100%;

  margin-bottom: 15px;
}
.media-title .small {
  font-size: 16px;
}
.media-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.media .list-link {
  padding: 0;
  border-bottom: 0;
}
.media .list-link .item {
  width: calc((609px - 30px) / 4);
}

.media .list-link .btn {
  font-size: 12px;
  padding: 15px 3px;
  background: none;
  border: none;
  cursor: pointer;
}

.media .list-link .btn .ico {
  padding-left: 13px;
  padding-right: 13px;
}

.accordion-wrapper {
  position: relative;
}
.accordion-item {
  background-color: #fff;
  padding: 0;
}
.accordion-head {
  display: block;
  position: relative;
  padding: 8px 10px;
  border: 2px solid #c31c20;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  color: #c31c20;
  text-align: center;
  line-height: 1.3;
}
.accordion-head:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/attending/newyear/kokunai/onsen/images/pc/ico_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-head.is-active:after {
  background-image: url(/attending/newyear/kokunai/onsen/images/pc/ico_minus.png);
}
.accordion-body {
  display: none;
  margin: 14px 0 0 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.65;
}
.accordion-close {
  width: 447px;
  border: 1px solid #c31c20;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  padding: 7px;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 14px;
}

.table {
  position: relative;
  margin-bottom: 50px;
}
.table .tr {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 6px;
  width: 100%;
}
.table .th,
.table .td {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.table .th {
  width: 160px;
  font-size: 14px;
  text-align: center;
  background-color: #e4be6b;
  color: #fff;
  padding: 10px;
  letter-spacing: 0.05em;
}
.table .td {
  font-size: 13px;
}
.table .td * {
  font-size: 13px;
}
.table .tb-flex {
  display: flex;
  justify-content: space-between;
}
.table .tb-flex .gmap {
  width: 405px;
}
.table .tb-flex .text {
  width: 100px;
  flex-grow: 1;
}

/* µùÑΣ╗ÿΘü╕µè₧πâûπâ¡πââπé» */
.depart_area {
  text-align: center;
}
.depart_area .sec_ttl {
  margin-bottom: 30px;
}
.depart_area .sec_ttl img {
  width: auto;
}
.depart_area .fream_l {
  margin-bottom: 30px;
}
.depart_area .fream_l img {
  width: auto;
}
.depart_area .tab_list {
  width: 1024px;
  margin: auto auto;
}
.depart_area .tab_list .tab_lists {
  float: left;
  width: 480px;
  font-size: 21px;
  padding: 25px 0;
  cursor: pointer;
  transition: 0.3s;
}
.depart_area .tab_list .color_pt01.choice,
.depart_area .tab_list .color_pt02.choice {
  background-size: 30px;
  color: #fff;
  position: relative;
  cursor: default !important;
}
.depart_area .tab_list .color_pt01.choice:after,
.depart_area .tab_list .color_pt02.choice:after {
  border: 10px solid transparent;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 235px;
  position: absolute;
  width: 0;
}
.depart_area .tab_list .color_pt01 {
  background-color: #e3f0f9;
}
.depart_area .tab_list .color_pt01.choice {
  background: url(/attending/newyear/kokunai/onsen/images/pc/bg_plaid_i.gif);
}
.depart_area .tab_list .color_pt01.choice:after {
  border-top-color: #72b6e2;
}
.depart_area .tab_list .color_pt02 {
  background-color: #f9e7f1;
  color: #333333;
  text-decoration: none;
}
.depart_area .tab_list .color_pt02.choice {
  background: url(/attending/newyear/kokunai/onsen/images/pc/bg_plaid_d.gif);
}
.depart_area .tab_list .color_pt02.choice:after {
  border-top-color: #e285bb;
}

.depart_choice_block {
  background-color: #fff;
  padding: 47px 0 25px;
  text-align: center;
  width: 1024px;
  margin: auto;
}

.depart_choice_lists {
  display: none;
}
.depart_choice_lists.show_block {
  display: block;
}

.depart_month_block + .depart_month_block {
  margin-top: 40px;
}

.depart_month {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.depart_month .month1 {
  font-size: 33px;
}
.depart_month .month2 {
  font-size: 23px;
}

.depart_day_list {
  width: 920px;
  margin: auto;
}

.depart_day_lists {
  float: left;
  width: 145px;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background-color: #f2f3e9;
  position: relative;
  height: 80px;
  display: table;
}
.depart_day_lists:hover {
  opacity: 0.6;
}
.depart_day_lists:nth-child(6n) {
  margin-right: 0;
}

.depart_day_btn {
  display: block;
  height: 80px;
  font-size: 30px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
}
.depart_day_btn span {
  color: inherit;
}
.depart_day_btn:hover,
.depart_day_btn:visited {
  color: #333;
  text-decoration: none;
}
.depart_day_btn.color_holiday {
  color: #e03b3b;
  text-decoration: none;
}
.depart_day_btn.color_holiday:hover,
.depart_day_btn.color_holiday:visited {
  color: #e03b3b;
  text-decoration: none;
}
.depart_day_btn.color_satday {
  color: #2e75b2;
  text-decoration: none;
}
.depart_day_btn.color_satday:hover,
.depart_day_btn.color_satday:visited {
  color: #2e75b2;
  text-decoration: none;
}
.depart_day_btn .week {
  font-size: 16px;
}

.depart_on {
  background: url(/attending/newyear/kokunai/onsen/images/pc/bg_plaid_kin.gif);
  background-size: 30px;
}
.depart_on::before {
  content: "";
  background: url(/attending/newyear/kokunai/onsen/images/pc/cal_top_on.png);
  background-size: contain;
  width: 53px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: calc(50% - 26px);
}

/* index  */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  color: #333;
}*/

.onsen-page {
  position: relative;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/bg_base.gif");
  background-size: 60px;
  overflow: hidden;
}
.onsen-page *,
.onsen-page *:before,
.onsen-page *:after {
  box-sizing: border-box;
}
.onsen-page .f12 {
  font-size: 12px;
}
.onsen-page img {
  vertical-align: middle;
}
.onsen-page .trans:hover {
  opacity: 0.6;
}
.onsen-page .hdWrapper {
  height: auto;
  width: 1024px;
  margin: 0 auto;
}
.onsen-page .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.onsen-page .trans:hover {
  opacity: 0.6;
}
.onsen-page .l-table {
  display: table;
  width: 100%;
}
.onsen-page .l-table .cell {
  display: table-cell;
  vertical-align: middle;
}
.onsen-page .l-table .cell-1 {
  width: 437px;
}
.onsen-page .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*margin-bottom: 25px;*/
}
.onsen-page .d-flex > * {
  box-sizing: border-box;
}
.onsen-page .d-flex .col-2 {
  width: 48%;
}
.onsen-page .d-flex .col-2-custom {
  width: 45%;
  padding-left: 22px;
  padding-right: 22px;
}
.onsen-page .d-flex .col-3 {
  width: 30.3%;
}
.onsen-page .d-flex .col-3-custom {
  width: 30%;
}
.onsen-page .d-flex.auto-height > * {
  display: flex;
}
.onsen-page .d-flex.list .col-3 {
  width: 298px;
}
.onsen-page .h280 {
  height: 280px;
}
.onsen-page .w100 {
  width: 100%;
}
.onsen-page .w500 {
  width: 500px;
}
.onsen-page .pl20 {
  padding-left: 20px;
}
.onsen-page .pt20 {
  padding-top: 20px;
}
.onsen-page .mt20 {
  margin-top: 20px;
}
.onsen-page .section-top {
  padding: 20px 0;
}
.onsen-page .onsen-section-01 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
.onsen-page .onsen-section-01 .hdWrapper {
  position: relative;
}
.onsen-page .onsen-section-01 .hdWrapper:before {
  content: "";
  width: 456px;
  height: 216px;
  position: absolute;
  right: -275px;
  top: -96px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_right01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.onsen-page .onsen-section-01:after {
  /*content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;*/
  display: none;
}
.onsen-page .onsen-section-01 .hdWrapper {
  margin-top: 2px;
}
.onsen-page .onsen-section-01 .btn .ico {
  padding: 0 40px;
  background-image: url(/attending/newyear/kokunai/onsen/images/pc/arrow.png);
  background-size: 12px;
}
.onsen-page .onsen-section-01 .card-figure {
  margin-bottom: 0;
}
.onsen-page .onsen-section-01 .card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  padding-left: 90px;
}
.onsen-page .onsen-section-01 .card-title .small {
  font-size: 16px;
}
.onsen-page .onsen-section-01 .card .btn {
  width: 90%;
}
.onsen-page .onsen-section-01 .card .btn:hover {
  opacity: 0.6;
}
.onsen-page .onsen-section-01 [class*="col-3"] {
  width: 306px;
}
.onsen-page .onsen-section-02 {
  padding-top: 45px;
  padding-bottom: 100px;
  position: relative;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/cont_bg02.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 102px auto;
  z-index: 11;
}
.onsen-page .onsen-section-02:before {
  content: "";
  width: 456px;
  height: 208px;
  position: absolute;
  left: -100px;
  top: -30px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.onsen-page .onsen-section-02 .section-content {
  margin: 0 20px 90px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 30px;
}
.onsen-page .onsen-section-02 .section-content.content-01 {
  background-color: transparent;
}

.onsen-page .onsen-section-02 [class*="content-"] {
  position: relative;
}
.onsen-page .onsen-section-02 [class*="content-"]:before {
  content: "";
  width: 310px;
  height: 255px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.onsen-page .onsen-section-02 .content-01 {
  margin: 0;
}
.onsen-page .onsen-section-02 .content-01:before {
  top: -110px;
  left: -273px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left.png");
}
.onsen-page .onsen-section-02 .content-03:before {
  top: -195px;
  right: -295px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_right.png");
}
.onsen-page .onsen-section-02 .content-04:before {
  top: -201px;
  left: -292px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left.png");
}
.onsen-page .onsen-section-02 .content-05:before {
  top: -190px;
  right: -295px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_right.png");
}
.onsen-page .onsen-section-02 .content-06:before {
  top: -153px;
  left: -288px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left.png");
}
.onsen-page .onsen-section-02 .content-07:before {
  top: -180px;
  right: -295px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_right.png");
}
.onsen-page .onsen-section-02 .media + .link {
  margin-top: 30px;
}
.onsen-page .onsen-section-03 {
  padding-top: 65px;
  padding-bottom: 120px;
}
.onsen-page .onsen-section-03 .hdWrapper {
  position: relative;
}
.onsen-page .onsen-section-03 .hdWrapper:before {
  content: "";
  width: 310px;
  height: 255px;
  position: absolute;
  left: -268px;
  top: -180px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.onsen-page .onsen-section-03 .text-bnr {
  font-size: 16px;
  padding: 5px 10px;
}
.onsen-page .onsen-section-03 .btn-red {
  font-size: 16px;
}

/*# sourceMappingURL=onsen.css.map */
.g_nav_under_list li a.spa {
  background-color: #fef9ce;
}

.btn-secondary .ico.free {
  /*	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -0.05em;*/
}
.under_list_open {
  padding: 10px 0;
}
.btn-primary.pink .ico {
  font-size: 1.4rem;
}

.sec_ttl {
  margin-bottom: 26px !important;
  text-align: center;
}

.sec_pad {
  padding: 59px 0 50px;
}
.plan_wapper-kaigai {
  width: 1024px;
  margin: 0 auto 20px;
}
.plan_wapper-kokunai {
  width: 1024px;
  margin: 20px auto;
}
.plan_wapper-theme {
  width: 1024px;
  margin: 0 auto;
}

.planTtl_kaigai {
  background: url(/attending/newyear/images/2020/bg_plan_kaigai.png);
  background-size: contain;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding: 10px 0;
  margin: 20px auto 15px auto;
  width: 1024px;
  text-align: center;
}

.planTtl_kokunai {
  background: url(/attending/newyear/images/2020/bg_plan_kokunai.png);
  background-size: contain;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto 15px auto;
  width: 1024px;
  text-align: center;
}

.planTtl_theme {
  background: url(/attending/newyear/images/2020/bg_plan_theme.png);
  background-size: contain;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto 15px auto;
  width: 1024px;
  text-align: center;
}

.plan_2col_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_2col_item {
  display: table;
  width: 470px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_white470.png) no-repeat;
  background-size: contain;
  margin-bottom: 20px !important;
}
.plan_2col_item a {
  display: table-cell;
  vertical-align: middle;
  color: #c31c20;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.plan_2col_item.red {
  display: table;
  width: 470px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_red470.png) no-repeat;
  background-size: contain;
}
.plan_2col_item.red a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.plan_3col_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_3col_item,
.plan_3col_item-gray {
  width: 303px;
  margin-bottom: 20px !important;
}

.plan_3col_item {
  display: table;
  width: 303px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_white303.png) no-repeat;
  background-size: contain;
}
.plan_3col_item a {
  display: table-cell;
  vertical-align: middle;
  color: #c31c20;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.plan_3col_item.red {
  display: table;
  width: 303px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_red303.png) no-repeat;
  background-size: contain;
}
.plan_3col_item.red a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* グレーボタン */
.plan_2col_item-gray {
  display: table;
  width: 470px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_470gray.png) no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.plan_2col_item-gray span {
  display: table-cell;
  vertical-align: middle;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.plan_3col_item-gray {
  display: table;
  width: 303px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_303gray.png) no-repeat;
  background-size: contain;
}
.plan_3col_item-gray span {
  display: table-cell;
  vertical-align: middle;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.bdr_top {
  border-top: dotted 1px #ccc;
  padding-top: 20px;
}

.box_txt span {
  display: block;
  text-align: right;
  margin-top: 30px;
}
.box_txt span a {
  color: #1d3994;
}

.con_homen .recommand_area .inner.re_box .txt_btn_etc {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #1d3994;
  margin-top: 15px;
}

.recommand_area .re_box p.btn {
  text-align: right;
}
.recommand_area .re_box p.btn a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  color: white;
  font-size: 14px;
  background: #c31c20;
  border-radius: 50px;
}

.onsen_btn_item {
  display: table;
  width: 545px;
  height: 49px;
  background: url(/attending/newyear/images/2020/btn_plan_white545.png) no-repeat;
  background-size: contain;
  margin-bottom: 20px !important;
}

.onsen_btn_item a {
  display: table-cell;
  vertical-align: middle;
  color: #c31c20;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* start_リニューアル2021対応 */
.mv_ttl {
  position: absolute;
  left: 40px;
  top: 10px;
}
.onsen-page .mv_ttl img {
  width: 440px;
  height: auto;
}
.onsen-page .mv_calendar {
  position: absolute;
  right: -3px;
  top: 0;
  text-align: center;
  z-index: 3;
}
.mv_calendar_under {
  width: 423px;
}
/* end_リニューアル2021対応 */

/*年末年始のお役立ち情報*/
.useful_area {
  text-align: center;
}

.useful_top_txt {
  width: 890px;
  margin: auto auto 30px;
  background: url(/attending/newyear/images/lbg_ine_arrow.png) no-repeat 0 center / contain;
  font-size: 21px;
  color: #fff;
}

.useful_list {
  width: 820px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.useful_lists {
  position: relative;
  margin: 23px auto auto;
  padding: 0 0 6px 0;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: bold;
  color: #333333;
  border-bottom: 3px dotted #ba181c;
}
.useful_lists span {
  font-size: 25px;
  color: #c31c20;
  background-color: #fae10b;
}

/* .useful_lists:before{
	position: absolute;
	content: "";
	display: inline-block;
	background: url(/attending/newyear/images/2021/il_oyaku_koduti.png) no-repeat;
	background-size: contain;
	width: 31px;
	height: 38px;
	left: 0;
} */
.useful_lists h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.useful_lists h4 {
  margin: 7px auto;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: normal;
}
.useful_lists h4 a {
  font-size: 16px;
  color: #1d3994;
  line-height: 24px;
  font-weight: normal;
  text-decoration: underline;
}
.useful_lists h4 a:hover {
  text-decoration: none;
}
.useful_btn_block {
  display: table;
  margin: 40px auto 0 auto;
  width: 550px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_base550.gif) no-repeat;
  background-size: contain;
}
.useful_btn_block:hover {
  opacity: 0.8;
}
.useful_btn_block a {
  display: table-cell;
  vertical-align: middle;
  color: #c31c20;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*.useful_list h3:after {
  content: "+";
  font-size: 25px;
  color: #c31c20;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.8em;
}*/

.useful_list h3.faq_open:after {
  content: "-";
  font-size: 25px;
  transform: scale(1.8, 1);
  right: 18px;
}

.useful_list h4 {
  /*display: none;*/
  display: block;
}

#btnToTop {
  /*display: none;*/
  /* 	background:url("/attending/newyear/kokunai/onsen/images/pc/totop.png");
	background-size: cover;
    width: 88px;
    height: 88px;
	bottom: -88px;*/
  z-index: 500;
}

.top_scroll_block {
  /*position: fixed;
	z-index: -1;
	right: 5px;
	bottom: 20px;
	opacity: 0;
	transition: all 1s;*/
  display: none;
}

/*.top_scroll_block_inner{
	margin: auto;
	text-align: right;
}

.top_scroll_block_inner img {
	width: 88px;
	height: auto;
}

.top_scroll_block_inner a{
	opacity: 1 !important;
	transition: all 1s;
}

.top_scroll_block_inner a:hover{
	opacity: .5;
}*/

.top_scroll_block.show {
  /*z-index: 100;
	opacity: 1;*/
  display: none;
}

.mv_info {
  z-index: 2;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.content-01 .list-link {
  justify-content: space-between;
}

.drop_btn {
  position: absolute;
  right: 75px;
  bottom: 15px;
  text-align: center;
  width: 275px;
  background-color: #c31c20;
  border-radius: 5px;
  margin-top: 12px;
  z-index: 13;
}

.drop_btn a {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px 14px 0;
  color: #fff;
  display: block;
  text-decoration: none;
}

.drop_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 13px;
  height: 8px;
  background: url(/attending/newyear/images/2021/arrow2.png) no-repeat;
  background-size: contain;
}

.drop_menu {
  opacity: 0;
  transition: opacity 0.2s ease;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 8px 10px 0px rgb(172 172 172 / 32%);
}

.drop_icon-minus .drop_menu {
  position: absolute;
  opacity: 1;
  height: auto;
  width: 100%;
}

.drop_menu li {
  padding: 0 10px;
}

.drop_menu li:hover {
  background-color: #fef9ce;
}

.drop_btn li a {
  font-size: 14px;
  border-bottom: 2px dotted #ba181c;
}

.drop_btn li a.last {
  border: none;
}

.drop_btn a.d-link {
  color: #e285bb;
  padding: 10px 0;
}

.drop_btn a.i-link {
  color: #66befb;
  padding: 10px 0;
}

.drop_btn a.o-link {
  color: #5b310c;
  padding: 10px 0;
}

.drop_btn.drop_icon-minus a::after {
  transform: rotate(180deg);
}

.d-onsen {
  background-color: #fef9ce;
}

.drop_btn a.t-link {
  color: #c31c20;
  padding: 10px 0;
}

.useful_lists summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.useful_lists summary::-webkit-details-marker {
  display: none;
}

.useful_lists summary::before,
.useful_lists summary::after {
  width: 4px;
  height: 1em;
  border-radius: 5px;
  background-color: #c31c20;
  content: "";
  margin-right: 15px;
}

.useful_lists summary::before {
  position: absolute;
  right: 0;
  rotate: 90deg;
}

.useful_lists summary::after {
  transition: rotate 0.3s;
}

.useful_lists[open] summary::after {
  rotate: 90deg;
}

.useful_lists h4 {
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.useful_lists[open] h4 {
  transform: none;
  opacity: 1;
}

.drop_btn_icon {
  width: 275px;
}

.group-map {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/map.png");
  background-position: bottom center;
  position: relative;
  background-repeat: no-repeat;
  width: 1024px;
  height: 720px;
}

.group-map .area_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #333333;
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}

.group-map .flex {
  display: flex;
  flex-flow: column;
  gap: 10px;
  position: absolute;
}

.area01 {
  top: 115px;
  right: 55px;
}

.area02 {
  top: 270px;
  right: 185px;
}

.area03 {
  bottom: 76px;
  right: 200px;
}

.area04 {
  top: 100px;
  left: 340px;
}

.area05 {
  top: 255px;
  left: 100px;
}

.area06 {
  bottom: 75px;
  left: 30px;
}

.bg_ill li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.bg_ill li.ill01::before {
  width: 136px;
  height: 139px;
  top: 35px;
  left: 60px;
  background-image: url(/attending/newyear/kokunai/onsen/images/pc/map_illust01.png);
}

.bg_ill li.ill02::before {
  width: 130px;
  height: 121px;
  bottom: 50px;
  right: 440px;
  background-image: url(/attending/newyear/kokunai/onsen/images/pc/map_illust02.png);
}

.onsen-page #map.onsen-section-02 .hdWrapper:before {
  content: "";
  width: 310px;
  height: 255px;
  position: absolute;
  left: -20px;
  top: -50px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

/*-------------------------------------------
	2026/02/25
--------------------------------------------*/

.weightM {
  font-weight: 500;
}
.weightB {
  font-weight: 700;
}
.weightSB {
  font-weight: 700;
}

/*------------------------*/

.mainWrap01 {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/mv_pc_onsen.png"), url("/attending/newyear/kokunai/onsen/images/pc/main_bg01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center bottom;
  background-size: auto 100%, cover;
}
.mainBlockIn {
  position: relative;
  width: 1024px;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mainText01 {
  width: 160px;
  margin: auto;
}

.infoBlock01 {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/main_bg_line01.png"), url("/attending/newyear/kokunai/onsen/images/pc/cont_bg02.png");
  background-repeat: repeat-x, repeat;
  background-position: center top, center top;
  background-size: auto 24px, 102px auto;
  padding: 70px 0px 50px;
  color: #ffffff;
  text-align: center;
}
.text16_15_n {
  font-size: 16px;
  line-height: 1.5em;
}

/*-------------------------*/

.ancBlock01 {
  background-color: #b48407;
  padding: 14px 0px;
}
.ancFlex01 {
  display: flex;
  gap: 10px;
}
.ancFlex01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 198px;
  height: 86px;
  padding-bottom: 10px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/anc_btn_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

/*----------------------------*/

.maBlock01 {
  background-color: #f2efe2;
  padding: 60px 0px 100px;
  position: relative;
}

.sec_ttl {
  margin-bottom: 50px !important;
  text-align: center;
  background: url("/attending/newyear/kokunai/onsen/images/pc/ttl_matsu.png") no-repeat center top;
  padding-top: 26px;
  background-size: 56px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
}
.sec_ttl:after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 20px;
  background: url(/attending/newyear/kokunai/onsen/images/pc/ic_ihimatsu_u.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.9em;
  left: 50%;
  transform: translateX(-50%);
}
.sec_ttl.after02:after {
  background: url("/attending/newyear/kokunai/onsen/images/pc/ic_ihimatsu_u_02.png") no-repeat;
}
.sec_ttl.after03:after {
  background: url("/attending/newyear/kokunai/onsen/images/pc/ic_ihimatsu_u_03.png") no-repeat;
}

.text18_15_n {
  font-size: 18px;
  line-height: 1.5em;
}

.circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #baa914;
  border: 2px solid #c31c20;
  margin-right: 8px;
}

.map-link {
  display: inline-flex;
  align-items: center;
  z-index: 3;
  position: relative;
  font-weight: 600;
  line-height: 1;
  border: solid 1px #baa914;
  border-radius: 100px;
  background-color: #fff;
  padding: 10px 25px;
  box-shadow: 0px 10px 7px -7px rgb(0 0 0 / 15%);
  transition: background-color 0.5s, box-shadow 0.3s;
  font-size: 2rem;
}

.map-link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 3px;
  vertical-align: -2px;
  background: url(/attending/newyear/kokunai/onsen/images/pc/map_mark.png) no-repeat center / contain;
}

.map-link:hover {
  background-color: #f3d2d2;
  opacity: 1;
}

/*----------------------------*/

.rankingBlock01 {
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 94px auto;
  padding: 60px 0px 100px !important;
}
.colWh01 {
  color: #ffffff;
}
.rankingBox01 {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 15px;
}

.rankingFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 15px;
  margin: 15px auto 12px;
}
.rankingTit01 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 2px dotted #d4b36d;
  width: 100%;
}
.text14_15_n {
  font-size: 14px;
  line-height: 1.5em;
}
.rankingBest01 {
  width: 50px;
  flex-shrink: 0;
}

.rankingBtn01 {
  position: relative;
  background-color: #b48407;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 64px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
}
.rankingBtn01::before {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 100px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}
.rankingBtn01::after {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 13px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.rankingBtn01 .ico {
  position: relative;
}

.card-link {
  position: relative;
  padding-bottom: 80px;
}

/*-----------------------*/

.media-position .list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.media-position .list-link .btn-secondary {
  background-color: #e285bb !important;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 3px 15px 3px 5px !important;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.media-position .list-link .btn-secondary::before {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
}
.media-position .list-link .btn-secondary::after {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/btn_ar03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-primary.pink {
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 10px;
  background-color: #da1e0f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 480px;
  height: 74px;
  border-radius: 100px;
  margin: auto;
}
.btn-primary.pink:before {
  background-color: transparent;
  content: "";
  border: 1px solid #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}
.btn-primary.pink:after {
  border: none;
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 13px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary.pink .ico {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}

.btn-secondary.trans .ico {
  padding: 0px !important;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: bold;
}

/*--------------------------*/

.onsen-page .onsen-section-03 {
  padding-top: 65px;
  padding-bottom: 120px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 94px auto;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.onsen-page .onsen-section-03 .hdWrapper:before {
  content: "";
  width: 456px;
  height: 217px;
  position: absolute;
  left: auto;
  right: -220px;
  top: -100px;
  z-index: 12;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_right02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*------------------------*/

#section05.sec_pad {
  padding: 60px 0 100px;
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/cont_bg02.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 102px auto;
  position: relative;
}

.useful_list {
  width: auto;
  margin: 40px auto 0 auto;
  text-align: left;
}

.useful_lists {
  position: relative;
  margin: 15px auto;
  padding: 18px;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: bold;
  color: #333333;
  border-bottom: none;
  background-color: #ffffff;
}
.useful_lists span {
  font-size: 18px;
  color: #c31c20;
  background-color: transparent;
}

.useful_lists h3 {
  padding-left: 55px;
  position: relative;
}
.useful_lists h3::before {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/faq_q01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: -5px;
}

.useful_lists h4 {
  padding-left: 55px;
  position: relative;
  margin-top: 20px;
}
.useful_lists h4::before {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/faq_a01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.useful_lists h4 a {
  font-size: 16px;
  color: #059995;
  line-height: 24px;
  font-weight: normal;
  text-decoration: underline;
}

.posiRe {
  position: relative;
}
#section05.sec_pad .hdWrapper::before {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_left02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 456px;
  height: 208px;
  position: absolute;
  top: -88px;
  left: -233px;
}

/*------------------------*/

#section06.sec_pad {
  padding: 60px 0 100px;
  background-color: #f2efe2;
  position: relative;
}
#section06.sec_pad::before {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/il_right03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 456px;
  height: 208px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 290px;
}

/*----------------------*/

.planTtl_new01 {
  background: url("/attending/newyear/kokunai/onsen/images/pc/cont_tit_bg01.png");
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5em;
  color: #333333;
  padding: 5px;
  margin: 20px auto 15px auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 170px;
  height: 50px;
}

.linkFlex01 {
  display: flex;
  gap: 20px;
}
.linkFlex01 li {
  width: 50%;
  flex-grow: 1;
}

.linkBtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 70px;
  position: relative;
  background-color: #e285bb;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}
.linkBtn01.colBlue {
  background-color: #00a0cd;
}
.linkBtn01.colGold {
  background-color: #b48407;
}
.linkBtn01.colRed {
  background-color: #da1e0f;
}

.linkBtn01::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 5px;
}
.linkBtn01::after {
  content: "";
  background-image: url("/attending/newyear/kokunai/onsen/images/pc/btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 13px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.linkBlockBotom01 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ddd5c5;
  text-align: center;
}
.linkBlockBotom01 li {
  width: 480px;
  margin: auto;
}

.mv__acc {
  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;
  position: relative;
  z-index: 1;
}

.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--faq__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}

.sec--faq__acc {
  background: #fff;
  border-radius: 10px;
  position: relative;
  interpolate-size: allow-keywords;
}

.sec--faq__acc::details-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease, content-visibility 0.3s allow-discrete;
}

.sec--faq__acc[open]::details-content {
  height: auto;
  opacity: 1;
}

.sec--faq__acc::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #e4d2a4;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}

.sec--faq__acc__btn {
  display: block;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.sec--faq__acc__btn::before,
.sec--faq__acc__btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background: #da1e0f;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

.sec--faq__acc__btn::after {
  rotate: 90deg;
  transition: rotate 0.3s;
}

.sec--faq__acc[open] .sec--faq__acc__btn::after {
  rotate: 180deg;
}

.sec--faq__acc__ttl-wrapper {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: center;
  transition: opacity 0.3s;
}

.sec--faq__acc__btn:hover .sec--faq__acc__ttl-wrapper {
  opacity: 0.5;
}

.sec--faq__acc__ttl-ico,
.sec--faq__acc__content__ico {
  padding-block: 2px 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}

.sec--faq__acc__ttl-ico {
  background: url(/attending/newyear/images/2026/bg_faq02.png) no-repeat center/cover;
}

.sec--faq__acc__ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: left;
}

.sec--faq__acc__ttl span {
  color: #da1e0f;
}

.sec--faq__acc__content {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: start;
  padding: 0 20px 20px;
}

.sec--faq__acc__content__ico {
  background: url(/attending/newyear/images/2026/bg_faq03.png) no-repeat center/cover;
}

.sec--faq__acc__content__dtl {
  height: 100%;
  display: flex;
  align-items: center;
}

.sec--faq__acc__content__txt {
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: left;
}

.sec--faq__acc__content__txt a {
  color: #059995;
  font-weight: 700;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.sec--faq__acc__content__txt a:hover {
  text-decoration: none;
}

.long {
  width: 100%;
}

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