@charset "UTF-8";

.Post {
  background-color: #fff;
  font-size: 22px !important;
  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;
} */

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  */
#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
  background-color: white;
}

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

.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/hatsumode/images/2020/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/hatsumode/images/2020/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/hatsumode/images/2020/ttl_P_top.png) no-repeat bottom -3px right 35px;
  ;
  background-size: 943px;
  z-index: auto;
}

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

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

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

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

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

.mv_hawaii {
  background: url(/attending/newyear/kokunai/hatsumode/images/2020/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/hatsumode/images/2020/ttl_bottom.png) no-repeat;
  background-size: contain;
  bottom: 65px;
  right: calc(50% - 580px);
  width: 1170px;
  height: 162px;
  z-index: 2;
}

.mv_info_wapper {
  background-color: #fff;
}

.mv_ttl {
  position: absolute;
  left: 40px;
  top: 10px;
}

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

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

.link_btn {
  position: absolute;
  right: 15px;
  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/images/2020/arrow2.png) no-repeat;
  background-size: contain;
}


.mv_intro_txt {
  /* width: 525px; */
  width: 100%;
  margin: 40px 0;
  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/hatsumode/images/2020/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/hatsumode/images/2020/ico_heading_01.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
}

.heading-secondary .small {
  font-size: 22px;
}

.heading-third {
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

.heading-fourth {
  position: relative;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/bg_plaid_kin.gif");
  background-repeat: repeat;
  background-size: 30px;
  background-position: top center;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 10px 7px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.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/hatsumode/images/2020/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/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/hatsumode/images/2020/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_circle.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 4px;
  background-position: 7px center, calc(100% - 7px) center;
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 13px 10px 12px;
}

form.btn.btn-secondary.trans.tour {
  padding: 0;
  height: 48px;
}

form.btn.btn-secondary.trans.tour button {
  padding-right: 10px;
}

form.btn.btn-secondary.trans.tour button span {
  padding: 17px 10px 12px 0;
}

.btn:hover {
  text-decoration: none;
}

.btn .ico {
  display: inline-block;
  position: relative;
  z-index: 20;
  font-size: 1em;
  color: currentColor;
  padding: 0 60px;
  letter-spacing: 0.08em;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/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: 750px;
  margin-left: auto;
  margin-right: auto;
}

.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-primary.pink {
  color: #fff;
  position: relative;
  z-index: 10;
}

.btn-primary.pink:before {
  background-color: #e38abe;
}

.btn-primary.pink:after {
  border: 2px solid #e38abe;
}

.btn-secondary {
  color: #c31c20;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.btn-secondary .ico {
  padding-left: 20px;
  padding-right: 20px;
  color: #c31c20;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/arrow_right_red.png");
}

.btn-secondary:before,
.btn-secondary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-secondary:before {
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/ico_btn_red_01.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_btn_red_02.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_btn_red_03.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/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/hatsumode/images/2020/arrow_right_pinky.png");
}

.btn-secondary.pink:before {
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/ico_btn_pink_01.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_btn_pink_02.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/ico_btn_pink_03.png"), url("/attending/newyear/kokunai/hatsumode/images/2020/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/hatsumode/images/2020/label_small.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 7px 10px;
}

.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: 4px;
  padding: 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;
  z-index: 99;
  right: 5px;
  bottom: 20px;
  opacity: 1;
  transition: all 1s;*/
	display:none;
}

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

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

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

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

.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/hatsumode/images/2020/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/hatsumode/images/2020/ico_1.png");
}

.list-item li:nth-child(2) {
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/ico_2.png");
}

.list-item li:nth-child(3) {
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/ico_3.png");
}

.list-item li:nth-child(4) {
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/ico_4.png");
}

.list-item li:nth-child(5) {
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/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 .link:hover {
  text-decoration: none;
}

.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: space-between;
  padding-bottom: 30px;
  margin-bottom: 50px !important;
  border-bottom: 2px dotted #cacaca;

}

/*.list-link.border-none {
  border-bottom: 0;
}*/
.list-link .item {
  width: 335px;
}

.list-link .item .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.list-link .item .btn .ico {
  display: block;
}

.list-link.style2 {
  border-bottom: 0;
  position: relative;
}

.list-link.style2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted #666666;
}

.media {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.media>* {
  width: 48%;
}

.media>*.mid {
  align-self: center;
}

.media-img {
  width: 450px;
  position: relative;
}

.media-img .best {
  position: absolute;
  top: -45px;
  left: -5px;
  z-index: 1;
  width: 105px;
}

.media-img .best img {
  width: 100%;
}

.media-content {
  width: 550px;
}

.media-block {
  display: flex;
  flex-wrap: wrap;
}

.media img {
  width: auto;
  max-width: 100%;
}

.media-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.045em;
  padding-bottom: 10px;
}

.media-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.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/hatsumode/images/2020/ico_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-head.is-active:after {
  background-image: url(/attending/newyear/kokunai/hatsumode/images/2020/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: 30px;
}

.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: 170px;
  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: 14px;
}

.table .tb-flex {
  display: flex;
  justify-content: space-between;
}

.table .tb-flex .gmap {
  width: 405px;
}

.table .tb-flex .gmap iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.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/hatsumode/images/2020/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/hatsumode/images/2020/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/hatsumode/images/2020/bg_plaid_kin.gif);
  background-size: 30px;
}

.depart_on::before {
  content: "";
  background: url(/attending/newyear/kokunai/hatsumode/images/2020/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;
}*/

.hatsumode-page {
  position: relative;
  background-image: url("/attending/newyear/kokunai/hatsuhinode/images/2020/bg.png");
  background-size: 60px;
  overflow: hidden;
}

.hatsumode-page *,
.hatsumode-page *:before,
.hatsumode-page *:after {
  box-sizing: border-box;
}

.hatsumode-page .f12 {
  font-size: 12px;
}

.hatsumode-page img {
  vertical-align: middle;
}

.hatsumode-page .trans:hover {
  opacity: 0.6;
}

.hatsumode-page .hdWrapper {
  height: auto;
  width: 1024px;
  margin: 0 auto;
}

.hatsumode-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;
}

.hatsumode-page .trans:hover {
  opacity: 0.6;
}

.hatsumode-page .l-table {
  display: table;
  width: 100%;
}

.hatsumode-page .l-table .cell {
  display: table-cell;
  vertical-align: middle;
}

.hatsumode-page .l-table .cell-1 {
  width: 437px;
}

.hatsumode-page .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hatsumode-page .d-flex>* {
  box-sizing: border-box;
}

.hatsumode-page .d-flex .col-2 {
  width: 48%;
}

.hatsumode-page .d-flex .col-2-custom {
  width: 45%;
  padding-left: 22px;
  padding-right: 22px;
}

.hatsumode-page .d-flex .col-3 {
  width: 30.3%;
}

.hatsumode-page .d-flex .col-3-custom {
  width: 30%;
}

.hatsumode-page .d-flex.auto-height>* {
  display: flex;
}

.hatsumode-page .d-flex.list .col-3 {
  width: 298px;
}

.hatsumode-page .h280 {
  height: 280px;
}

.hatsumode-page .w100 {
  width: 100%;
}

.hatsumode-page .w500 {
  width: 500px;
}

.hatsumode-page .pt20 {
  padding-top: 20px;
}

.hatsumode-page .mt20 {
  margin-top: 20px;
}

.hatsumode-page .section-top {
  /*padding: 20px 0;*/
}

.hatsumode-page .hatsumode-section-01 {
  padding-top: 45px;
  padding-bottom: 95px;
  position: relative;
  z-index: 10;
}

.hatsumode-page .hatsumode-section-01 .hdWrapper {
  margin-top: 2px;
}

.hatsumode-page .hatsumode-section-02 {
  padding-top: 60px;
  /*padding-bottom: 35px;*/
  position: relative;
}

.hatsumode-page .hatsumode-section-02 .badges-btn-1 {
  bottom: auto;
  top: -13px;
  right: -20px;
}

.hatsumode-page .hatsumode-section-02 .badges-btn-2 {
  bottom: 0;
  right: 0;
}

.hatsumode-page .hatsumode-section-03 {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

.hatsumode-page .hatsumode-section-03 .hdWrapper:before {
  right: -265px !important;
  top: -150px !important;
}

.hatsumode-page .hatsumode-section-03 .l-flex>* {
  width: 265px;
}

.hatsumode-page .hatsumode-section-03 .card-figure {
  margin-bottom: 10px;
}

.hatsumode-page .hatsumode-section-03 .card-link {
  padding-bottom: 58px;
}

.hatsumode-page .hatsumode-section-04 {
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.hatsumode-page .hatsumode-section-04 .hdWrapper:before {
  left: -280px !important;
  top: -45px !important;
}

.hatsumode-page .hatsumode-section-04 .card-figure {
  margin-bottom: 15px;
}

.hatsumode-page .hatsumode-section-05 {
  padding-top: 34px;
  position: relative;
}

.hatsumode-page .hatsumode-section-05 .hdWrapper:before {
  right: -275px !important;
  top: -128px !important;
}

.hatsumode-page .hatsumode-section-05 .media-content {
  margin-top: -10px;
}

.hatsumode-page .hatsumode-section-06 {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.hatsumode-page .hatsumode-section-06 .hdWrapper:before {
  left: -273px !important;
  top: -145px !important;
}

.hatsumode-page .hatsumode-section-06 [class*="col-"] {
  margin-bottom: 20px;
}

.hatsumode-page .hatsumode-section-03 [class*="col-"],
.hatsumode-page .hatsumode-section-06 [class*="col-"],
.hatsumode-page .hatsumode-section-09 [class*="col-"] {
  width: 305px;
}

.card-title-wrap {
  position: relative;
}

.hatsumode-page .hatsumode-section-03 .card-title,
.hatsumode-page .hatsumode-section-06 .card-title,
.hatsumode-page .hatsumode-section-09 .card-title {
  position: relative;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 19px;
  margin-bottom: 5px;
}

.hatsumode-page .hatsumode-section-07 {
  padding-top: 0;
  padding-bottom: 30px;
}

.hatsumode-page .hatsumode-section-07 .hdWrapper:before {
  right: -255px !important;
  top: -10px !important;
}

.hatsumode-page .hatsumode-section-07 .hdWrapper:after {
  content: "";
  bottom: -10px;
  left: -280px;
  width: 310px;
  height: 255px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/il_left.png");
}

.hatsumode-page .hatsumode-section-08 {
  padding-top: 20px;
}

.hatsumode-page .hatsumode-section-08 .hdWrapper:before {
  top: -130px !important;
}

.hatsumode-page .hatsumode-section-09 {
  padding-top: 35px;
}

.hatsumode-page .hatsumode-section-09 .hdWrapper:before {
  left: -275px !important;
  top: -143px !important;
}

.hatsumode-page .hatsumode-section-09 .card-figure {
  margin-bottom: 15px;
}

.hatsumode-page .hatsumode-section-09 .d-flex {
  position: relative;
  padding-bottom: 10px;
}

/*.hatsumode-page .hatsumode-section-09 .d-flex:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  left: 5%;
  bottom: 0;
  border-bottom: 2px dotted #eee;
}*/
/*.hatsumode-page .hatsumode-section-10 {
  padding-top: 35px;
}*/
.hatsumode-page .hatsumode-section-10 .hdWrapper:before {
  right: -252px !important;
  top: -112px !important;
}

.hatsumode-page .hatsumode-section-10 .list-link {
  position: relative;
  padding-bottom: 30px;
}

/*.hatsumode-page .hatsumode-section-10 .list-link:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  left: 5%;
  bottom: 0;
  border-bottom: 2px solid #eee;
}*/
/*.hatsumode-page .hatsumode-section-11 {
  padding-top: 35px;
}*/
/*.hatsumode-page .hatsumode-section-12, .hatsumode-page .hatsumode-section-13 {
  padding-top: 25px;
}*/
/*.hatsumode-page .hatsumode-section-14 {
  padding-top: 30px;
}*/
.hatsumode-page .hatsumode-section-15 {
  padding-top: 25px;
  /*padding-bottom: 125px;*/
}

.hatsumode-page .hatsumode-section-15 .hdWrapper:before {
  left: -285px !important;
  top: -35px !important;
}

.hatsumode-page .hatsumode-section-15 [class*="col-"] {
  width: 276px;
}

.hatsumode-page .hatsumode-section-15 .card-link {
  padding-bottom: 0;
  display: block;
}

.hatsumode-page .hatsumode-section-15 .card-link img {
  border-radius: 1px;
}

.hatsumode-page .hatsumode-section-15 .card-figure {
  margin-bottom: 0;
}

.hatsumode-page .hatsumode-section-15 .card-title {
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
}

.hatsumode-page .hatsumode-final {
  padding: 35px 0;
  position: relative;
}

.hatsumode-page .hatsumode-final:before {
  content: "";
  width: 210px;
  height: 260px;
  position: absolute;
  right: 0;
  top: -90px;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/deco_07.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.hatsumode-page .hatsumode-final:after {
  content: "";
  width: 210px;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: -133px;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/deco_08.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.hatsumode-page .hatsumode-final .btn-small-red {
  max-width: 505px;
  margin: 0 auto;
  padding: 19px 0;
}

.hatsumode-page [class*='hatsumode-section'] .hdWrapper {
  position: relative;
}

.hatsumode-page [class*='hatsumode-section'] .hdWrapper:before {
  content: "";
  width: 310px;
  height: 255px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.hatsumode-page [class*='hatsumode-section'] .hdWrapper.ico-right:before {
  right: -275px;
  top: -160px;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/il_right.png");
}

.hatsumode-page [class*='hatsumode-section'] .hdWrapper.ico-left:before {
  left: -270px;
  top: -175px;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2020/il_left.png");
}

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

.btn-secondary .ico.free {
  font-weight: bold;
  line-height: 1.3;
}

.under_list_open {
  padding: 10px 0;
}

.osusumeBtn,
.btn-secondary {
  cursor: pointer;
}

.osusumeBtn {
  width: 100%;
}

.btn.tour {
  padding: 13px 10px 11px;
}

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

.sec_pad {
  padding: 59px 0 50px;
}

.plan_wapper-kaigai {
  width: 1024px;
  margin: 0 auto 40px;
}

.plan_wapper-kokunai {
  width: 1024px;
  margin: 0 auto 40px;
}

.plan_wapper-theme {
  width: 1024px;
  margin: 0 auto 40px;
}

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

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

/* start_リニューアル2021対応 */
.hatsumode-page .mv_ttl img {
  width: 440px;
  height: auto;
}

.hatsumode-page .mv_calendar {
  position: absolute;
  right: -3px;
  top: 0;
  text-align: center;
  z-index: 3;
}

.mv_calendar_under {
  width: 423px;
}

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

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

/* end_リニューアル2021対応 */

#btnToTop {
  /*display: none;*/
	background:url(/attending/newyear/images/2021/totop.png);
	background-size: cover;
    width: 88px;
    height: 88px;
	bottom: -88px;
}

.mv_info {
  z-index: 2;
}

.banner_cell {
  margin: 0 auto;
}

.hatsumode-page .hatsumode-section-15 .card-title {
  text-align: center;
}

a:hover {
  opacity: .7;
  text-decoration: none;
}

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

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

.credit {
  font-size: 14px;
}

.list-link.nobor {
  border-bottom: none;
}

.bor_bottom {
  border-bottom: 2px dotted #cacaca;
  padding-bottom: 30px;
}


.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 .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-hatsumode {
  background-color: #fef9ce;
}

.media-img.gray::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  background-size: contain;
  position: absolute;
}

.ise-wpn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
}

.ise-wpn--out {
  background-color: #4d993d;
}

.ise-wpn--in {
  background-color: #b1302a;
}

.ise-caption {
  display: block;
  font-size: 10px;
  text-align: right;
}

.hatsumode-section-add {
  background-color: #fff;  
  padding: 40px 0 96px;
}

.hatsumode-section-add .hdWrapper {
    height: auto;
    width: 1024px;
    margin: 0 auto;
}

.card-figure {
    position: relative;
}

.card-figure .best {
    width: 85px;
    position: absolute;
    left: 0;
    top: -45px;
}

.hatsumode-section-add .card-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  padding-left: 84px;
}

.hatsumode-section-add .card-title .small {
  font-size: 15px;
  font-feature-settings: "palt";
}

.btn-secondary.best_btn .ico {
     background-image: url("/attending/newyear/kokunai/hatsuhinode/images/2020/arrow_down_red.png");
    background-size: 12px auto;
}

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

.drop_btn_icon {
    width: 275px;
}

.hatsumode-page {
  background-image: url("/attending/newyear/kokunai/hatsuhinode/images/2020/bg.png");
  background-size: contain;
}

#map .sec_ttl {
    margin-bottom: 50px;
}

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

.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 20px;
    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/hatsumode/images/map_mark.png) no-repeat center / contain;
}

li[class ^="bt-"] {
  position: absolute;
}

.map-link:hover {
    background-color: #f1eed0;
    opacity: 1.0;
}

.bt-map01 {
    top: 360px;
    left: 655px;
}

.bt-map02 {
	top: 443px;
    left: 608px;
}

.bt-map03 {
    top: 530px;
    left: 580px;
}

.bt-map03::after {
    content: "";
    width: 79px;
    height: 56px;
    margin-right: 3px;
    vertical-align: -2px;
    background: url(/attending/newyear/kokunai/hatsumode/images/map_ico_best1.png) no-repeat center / contain;
    position: absolute;
    bottom: 1px;
    left: 10px;
    z-index: 3;
    pointer-events: none;
}

.bt-map03 .map-link {
    padding-left: 80px;
}

.bt-map04 {
    top: 295px;
    left: 335px;
}

.bt-map05 {
    top: 673px;
    left: 329px;
}
.bt-map06 {
    top: 350px;
    left: 145px;
}

.bt-map06::after {
    content: "";
    width: 79px;
    height: 56px;
    margin-right: 3px;
    vertical-align: -2px;
    background: url(/attending/newyear/kokunai/hatsumode/images/map_ico_best2.png) no-repeat center / contain;
    position: absolute;
    bottom: 1px;
    left: 10px;
    z-index: 3;
    pointer-events: none;
}

.bt-map06 .map-link {
    padding-left: 80px;
}

.bt-map07 {
    top: 420px;
    left: 100px;
}

.bt-map08 {
    top: 580px;
    left: 15px;
}

.bt-map08::after {
    content: "";
    width: 79px;
    height: 56px;
    margin-right: 3px;
    vertical-align: -2px;
    background: url(/attending/newyear/kokunai/hatsumode/images/map_ico_best3.png) no-repeat center / contain;
    position: absolute;
    bottom: 1px;
    left: 10px;
    z-index: 3;
    pointer-events: none;
}

.bt-map08 .map-link {
    padding-left: 80px;
}

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

.bg_ill li.ill01::before {
    width: 200px;
    height: 130px;
    top: 538px;
    left: 330px;
	background-image:url(/attending/newyear/kokunai/hatsumode/images/map_BP18-021589D.png);
}

.bg_ill li.ill02::before {
    width: 200px;
    height: 130px;
    top: 225px;
    right: 177px;
	background-image:url(/attending/newyear/kokunai/hatsumode/images/map_SP25-011478D.png);
}

.bg_ill li.ill03::before {
    width: 123px;
    height: 98px;
    top: 98px;
    right: 60px;
	background-image:url(/attending/newyear/kokunai/hatsumode/images/map_illust01.png);
}

.bg_ill li.ill04::before {
    width: 226px;
    height: 137px;
    top: 185px;
    left: 20px;
	background-image:url(/attending/newyear/kokunai/hatsumode/images/map_illust02.png);
}

#map .ico-left:before {
    z-index: 99;
    top: -90px;
}