@charset "UTF-8";
.anchor {
  position: absolute;
  display: block;
  top: -50px;
}
.go_out__recom .anchor {
  top: 0;
}
.go_out__card_list .anchor {
  top: -100px;
}
.go_out__sec.is-recommend .anchor {
  top: -130px;
}
.go_out__spot_head .anchor {
  top: -200px;
}

.lp__wrp {
  position: relative;
  width: 100%;
  color: #565656;
}
.lp__wrp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp__wrp a:hover,
.lp__wrp .rc-custom-button:hover {
  -webkit-transition: all 0.2s ease-out;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
.lp__wrp img {
  display: block;
  max-width: 100%;
}

.rc-custom-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 490px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border: solid 4px #fff;
  border-radius: 50px;
  background: #be0000;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  font-family: Hiragino Kaku Gothic ProN, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}
.rc-custom-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.rc-custom-button:focus {
  outline: none;
}
.rc-custom-button.is-bg_pink {
  background-color: #ff41be;
  width: 480px;
  height: 72px;
  border: none;
}
.rc-custom-button.is-bg_green {
  background-color: #02b802;
  border: none;
  height: 70px;
}
.rc-custom-button.is-bg_white {
  background-color: #fff;
  border: 3px solid #bf0000;
  color: #bf0000 !important;
}
.rc-custom-button.is-icon_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_cmn/img/20250602/icon_arrow_red.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rc-custom-button.is-bg_green.is-icon_arrow::after, .rc-custom-button.is-bg_pink.is-icon_arrow::after {
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_cmn/img/20250602/icon_arrow_white.png);
}
.rc-custom-button.is-full {
  width: 100%;
}
.rc-custom-button span.is-fs_s {
  font-size: 16px;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

.go_out__sec {
  position: relative;
}
.go_out__sec.is-spot {
  padding: 25px 0 130px;
  background-color: #c3ebff;
  position: relative;
}
.go_out__sec.is-spot::before {
  content: "";
  position: absolute;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/bg-reserve_wave.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1920px auto;
  top: -35.5px;
  width: 100%;
  height: 35.5px;
}
.go_out__sec.is-hotel {
  padding: 50.5px 0 95px;
  background-color: #c2fab9;
  position: relative;
}
.go_out__sec.is-hotel::before {
  content: "";
  position: absolute;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/bg-activity_wave.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1920px auto;
  top: -35.5px;
  width: 100%;
  height: 35.5px;
}
.go_out__sec.is-hotel::after {
  content: "";
  position: absolute;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/bg-spot_wave.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1920px auto;
  bottom: -30px;
  width: 100%;
  height: 30px;
}
.go_out__sec.is-recommend {
  padding: 37.5px 0 76px;
  background-color: #ffffb5;
}
.go_out__sec.is-recommend::before {
  content: "";
  position: absolute;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/bg-mama_wave.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1920px auto;
  top: -25px;
  width: 100%;
  height: 25px;
}
.go_out__sec.is-recommend strong {
  font-size: 16px;
}
.go_out__sec#campaign {
  background: url("https://r.r10s.jp/evt/event/family/campaign/trip/_cmn/img/20250602/point_bg.png");
  background-color: #defac4;
  background-size: 16px;
  background-position: left top;
  padding: 65px 30px 77px;
  position: relative;
}
.go_out__sec#campaign::before, .go_out__sec#campaign::after {
  content: "";
  background-repeat: repeat-x;
  background-position: top center;
  position: absolute;
  left: 0;
  width: 100%;
}
/* .go_out__sec#campaign::before {
  top: 0px;
  height: 25px;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/kv_bg_wave.png);
  background-size: cover;
} */
.go_out__sec#campaign::after {
  bottom: 0;
  height: 28.5px;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/point_bg_wave.png);
  background-size: 1920px 28.5px;
  background-position: bottom;
}

.go_out__fade_cnt {
  position: relative;
}
.go_out__fade_cnt.is-kv {
  height: 335px;
  margin-top: 10px;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/kv_bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.go_out__fade_cnt + .rl-width960 {
  width: 100%;
}

.go_out__fade_item.is-kv {
  position: relative;
  top: 6px;
}
.go_out__fade_item.is-spot {
  text-align: center;
  margin: 0 auto;
}
.go_out__fade_item.is-spot img {
  display: inline;
}
.go_out__fade_item.is-hotel {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 14px;
}
.go_out__fade_item.is-hotel img {
  display: inline;
}
.go_out__fade_item.is-reserve {
  width: 248px;
  margin: 0 auto;
}
.go_out__fade_item.is-recommend {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 22px;
}
.go_out__fade_item.is-recommend img {
  display: inline;
}

.rc-button:hover:after {
  left: unset !important;
}

.go_out__mama_head {
  text-align: center;
}

.go_out__btn_bottom_list {
  width: 510px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1.5714285714;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.go_out__btn_bottom_list > li {
  padding-left: 20px;
  text-indent: -18px;
}
.go_out__btn_bottom_list.is-center {
  width: 100%;
  text-align: center;
}

.go_out__txt_link_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
}
.go_out__txt_link_list > li + li::before {
  padding: 0 6px;
  content: "|";
}

.go_out_card_wrap {
  margin: 40px auto 0;
  width: 840px;
  padding-top: 29px;
  padding-bottom: 50px;
  position: relative;
  border-radius: 15px;
}
.go_out_card_wrap .go_out__slide_wrap {
  width: 640px;
}
.go_out_card_wrap .lead {
  margin: 30px auto 0;
}
.go_out_card_wrap .rc-custom-button {
  margin-top: 29px;
}
.go_out_card_wrap .anchor {
  top: -100px;
}
.go_out_card_wrap.is__baby {
  background-color: #ffdfe9;
}
.go_out_card_wrap.is__baby .lead {
  width: 287.5px;
}
.go_out_card_wrap.is__baby .go_out__slide_title {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  min-height: 2em;
}
.go_out_card_wrap.is__baby .go_out__slide_link_txt {
  margin-top: auto;
  padding-top: 10px;
}
.go_out_card_wrap.is__park {
  background-color: #fdf2db;
}
.go_out_card_wrap.is__park .rc-custom-button {
  width: 360px;
}

.go_out_card_title {
  margin: 30px auto 0;
  width: 355.5px;
}

.go_out_baby_box {
  margin: 20px auto 0;
  width: 673px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18.5px;
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
  background-image: url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/travel_baby_card_bg1.jpg), url(https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/travel_baby_card_bg2.jpg);
  background-color: #fff;
  border: 2.5px solid #f37ba1;
  border-radius: 15px;
}

.go_out_baby_box_img {
  margin-top: 11px;
  width: 133px;
}

.go_out_baby_box_inner {
  width: 480px;
  font-size: 12px;
}

.go_out_baby_box_ttl {
  margin-bottom: 12px;
}
.go_out_baby_box_ttl + p {
  line-height: 1.6666666667;
}

.go_out_card_columns {
  margin: 0 auto;
  width: 766px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.go_out_card_columns .rc-custom-button.is-bg_green.is-icon_arrow::after {
  right: 24px;
}
.go_out_card_columns .rc-custom-button.is-bg_green.is-icon_arrow .is-fs_s {
  letter-spacing: -0.05em;
}
.go_out_card_columns .go_out__slide_wrap {
  width: 100%;
}
.go_out_card_columns .go_out__slide_wrap li {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.go_out_card_columns .go_out__slide_wrap li a {
  width: 100%;
  min-height: 148px;
  padding-left: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.go_out_card_columns .go_out__slide_wrap li a img {
  margin: auto;
  width: 153px;
  height: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.go_out_card_columns .go_out__slide_title {
  margin-bottom: auto;
}
.go_out_card_columns .go_out__slide_link_txt {
  margin-top: auto;
  text-align: left;
  translate: 0px -6px;
}

.is__list1 .lead {
  width: 283px;
}

.is__list2 {
  width: 378px;
}
.is__list2 .lead {
  width: 355px;
}

.is__list3 {
  width: 378px;
}
.is__list3 .lead {
  width: 203px;
}

.go_out__application_txt {
  margin-top: 10px;
  margin-bottom: 14px;
  font-weight: 700;
  text-align: center;
}
.go_out__application_txt > dt {
  font-size: 18px;
}
.go_out__application_txt > dd {
  font-size: 16px;
}
.go_out__application_txt.is-mb20 {
  margin-bottom: 20px;
}

.go_out__status_wrap {
  margin-bottom: 24px;
  background-color: #fff;
}
.go_out__status_wrap.is-bg_fixed {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-position: center top;
  background-size: 1920px 100%;
  background-repeat: repeat-x;
  background-color: #fff;
}
.go_out__status_wrap.is-bg_fixed.is__fixed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.go_out__status_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto 0;
  padding: 13px 32px 5px;
}
.go_out__status_list li:nth-child(1) {
  margin-right: 28px;
}
.go_out__status_list li:nth-child(1) img {
  position: relative;
  top: -3px;
  left: 6px;
}

.go_out__spot_link_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 37px auto 30px;
  width: 650px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.go_out__spot_link_list li:not(:first-child) {
  margin-left: 10px;
}

.go_out__spot_sub_title {
  margin: 0 auto;
  text-align: center;
}
.go_out__spot_sub_title img {
  display: inline;
}
.go_out__spot_sub_title + p {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}

.go_out__slide_wrap {
  width: 1008px;
  margin: 5px auto 0;
}

.go_out__slide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.go_out__slide_list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  margin: 10px 5px 0;
}
.go_out__slide_list > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 222.5px;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.4615384615;
}

.go_out__slide_title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 9px;
  color: #f44268;
  font-weight: bold;
  font-size: 13px;
  min-height: 4em;
}

.go_out__slide_location {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: baseline;
  margin-top: 6px;
  color: #565655;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.go_out__slide_location span.is-icon_location {
  width: 10px;
  margin-right: 4px;
}

.go_out__slide_link_txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.go_out__pagelink {
  margin-top: -120px;
  padding-top: 120px;
}

.go_out__campaign_sec {
  width: 780px;
  border: 4px solid #3366cc;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 40px 30px 34px;
  position: relative;
}
.go_out__campaign_sec:not(:first-child) {
  margin-top: 52px;
}
.go_out__campaign_sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -130%);
          transform: translate(-50%, -130%);
}

.go_out__flag {
  position: absolute;
  top: 0px;
  left: 10px;
  -webkit-transform: translateY(-34%);
          transform: translateY(-34%);
}

.go_out__campaign_title, .go_out__campaign_icon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go_out__campaign_title img, .go_out__campaign_icon img {
  display: inline;
}

.go_out__campaign_icon {
  margin: 25px 0;
}

.go_out__cpn01 .go_out__campaign_title {
  width: 705px;
}

.go_out__cpn02::before {
  background-image: url("https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/point_icon_plus.png");
}
.go_out__cpn02 .go_out__campaign_title {
  width: 621px;
}

.go_out__cpn03 {
  background-image: url("https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/point_cpn03_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 30px 24px;
}
.go_out__cpn03::before {
  background-image: url("https://r.r10s.jp/evt/event/family/campaign/trip/_pc/img/20250602/point_icon_arrow.png");
}

.go_out__recom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46.5px 0 124px;
  position: relative;
}

.go_out__recom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.go_out__spot_head {
  text-align: center;
}
.go_out__spot_head strong {
  display: block;
  font-size: 16px;
  padding-bottom: 13px;
}
.go_out__spot_head p {
  font-size: 14px;
}

.go_out__mama_banner_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;
  padding: 0 10px;
}
.go_out__mama_banner_group a {
  margin-top: 20px;
}
.go_out__mama_banner_group a:nth-child(2n) {
  margin-left: 20px;
}
.go_out__mama_banner_group img {
  box-shadow: 0px 10px 10px -6px rgba(0, 30, 50, 0.30);
}

.go_out__signup_mama {
  padding-bottom: 35px;
  position: relative;
}
.go_out__signup_mama::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  border-top: 20px solid #3366cc;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}

.go_out__recom_head_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 829px;
  gap: 15px;
}
.go_out__recom_head_list li {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}

.go_out__recom_head_list li {
  -ms-flex-preferred-size: 120px;
  flex-basis: 196px;
}

.go_out__recom_head_title {
  text-align: center;
}
.go_out__recom_head_title img {
  display: inline;
}

p.lead {
  text-align: center;
  padding-bottom: 7px;
}
p.lead img {
  display: inline;
}

.go_out__entry_detail {
  margin-top: 15px;
}

.go_out__card_list {
  position: relative;
  margin-top: 40px;
}
.go_out__card_list + .go_out__card_list {
  margin-top: 30px;
}

.go_out__spot_ticket {
  padding: 50px 0 10px;
}

.NpsEmbedded-Box {
  padding-top: 75px !important;
  padding-bottom: 98px !important;
}

/* フローティングエントリーボタン */
.entry_fixed {
  display: none;
}

.entry_fixed.is__fixed {
  display: block;
  position: fixed;
  z-index: 101;
  width: 100%;
  padding: 16px 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.entry_fixed__title {
  max-width: 425px;
  margin: 0 auto 5px;
}

.rl-width960 .l-inner {
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100% !important;
}

.go_out_voice__wrap {
  margin-top: 40px;
  width: 640px;
  padding: 0 75px 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
}
.go_out_card_wrap.is__baby .go_out_voice__wrap .lead {
  width: 374px;
  padding-top: 20px;
}
.go_out_voice__wrap a {
  margin-top: 20px;
  display: block;
}

/* CQI */
.go_out__survey .ThanksEmbedded_box__dzopT {
  padding: 0 56px 76px;
}

.rc-campaignRules__contents a {
  text-decoration: underline;
}

.rc-toTop {
  z-index: 103;
}