@charset "UTF-8";
.pc {
  display: none;
}

.ss-contents a:hover {
  opacity: 0.8;
}

.ss-contents img {
  vertical-align: bottom;
  width: 100%;
}

.breadCrumb {
  background-color: #f5f5f5;
  padding: 8px;
  font-size: 12px;
}
.breadCrumb span {
  padding: 0 5px;
}

.ss-contents {
  position: relative;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}

.msg-area {
  display: block;
  margin: 0 0 10px 20px;
  padding-right: 20px;
}

.msg-item {
  margin-bottom: 8px;
}

.msg-item a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 8px 10px 2.7em;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  background-size: 20px 20px !important;
}

.msg-item a:after {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entryflex li,
.ss-button {
  position: relative;
  box-sizing: border-box;
}

.msg-item a:hover:after {
  opacity: 0.2;
}

.msg-info2 a {
  color: #437617 !important;
  border: 1px solid #76ae25;
  border-radius: 4px;
  background: url(https://img.travel.rakuten.co.jp/share/common/images/icon-bag.svg)
    0.7em 0.6em no-repeat #fff;
}

.msg-area {
  padding-top: 6px;
  margin: 10px;
  padding-right: 0;
}

.msg-item {
  margin-bottom: 4px;
}

/* 6. 楽天トラベルトップ固定 & 横スクロール */
@media screen and (max-width: 720px) {
  #grpLocationArea {
    display: block !important;
    font-size: 75% !important;
    line-height: 38px;
    background: #fff;
    position: relative;
  }

  #grpLocationArea p {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: calc(9.1em + 8px);
    /* IE, Edge ,Firefox スクロールバー非表示 */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #grpLocationArea p::-webkit-scrollbar {
    /* Chrome, Safari スクロールバー非表示 */
    display: none;
  }

  #grpLocationArea a:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    background: #fff;
    padding: 0 0.5em 0 8px;
  }

  #grpLocationArea .grpLocationLocus {
    padding-right: 8px;
  }
}

nav {
  margin: 0 8px;
  border-bottom: 1px solid #c4c4c4;
}

nav.active {
  margin: 0;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.alwaysFix {
  position: fixed !important;
}

.navi {
  margin: 0 auto;
  display: flex;
  font-size: 14px;
  padding: 8px 0;
  padding-bottom: 0;
  align-items: center;
}
@media (max-width: 321px) {
  .navi {
    font-size: 12px;
  }
}
.navi li {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #c4c4c4;
  height: 39px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #fff;
  margin-bottom: 8px;
}
.navi li a {
  line-height: 1.2;
  display: block;
  height: 39px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #333;
}
.navi li a:hover {
  text-decoration: none;
}
.navi li:last-child {
  border-right: none;
}
.navi li.here:after {
  width: 100%;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #2eb8ff;
}
.navi li:hover:after {
  width: 100%;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #2eb8ff;
}

.parts {
  padding: 16px;
  margin-bottom: 24px;
}
.parts h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.3px;
  font-size: 26px;
  line-height: 1.4;
  padding-bottom: 16px;
}
.parts h2 span {
  font-size: 24px;
}
.parts h2 em {
  font-size: 30px;
}
#NEWS.parts {
  margin-bottom: 0;
}

.newsList {
  line-height: 1.5;
  margin: 0 auto -16px;
}
.newsList dl {
  border-bottom: 1px dashed #bcbcbc;
  padding: 8px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 0;
  margin-bottom: 8px;
  min-height: 40px;
}
.newsList dl dt {
  align-self: flex-start;
  font-size: 14px;
  color: #767676;
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
}
.newsList dl dt .year {
  display: none;
}
.newsList dl dd {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  padding-left: 8px;
}
.newsList dl dt.new {
  position: relative;
}
.newsList dl dt.new:before {
  position: absolute;
  content: "NEW";
  font-size: 10px;
  border-radius: 5px;
  background-color: #bf0000;
  color: #fff;
  transform: scale(0.8);
  padding: 4px 8px;
  line-height: 1;
  left: -4px;
  top: 22px;
}

.newsLink {
  margin: 0 auto;
  text-align: right;
  padding-top: 16px;
}
.newsLink a {
  color: #0769b0;
}

/*よくある質問*/
.qaPr {
  /*padding-bottom: 26px;*/
  font-size: 14px;
}
.qaPr a {
  color: #0769b0;
  text-decoration: underline;
}

.switchItem {
  margin-bottom: 16px;
}
.switchItem dt {
  margin-bottom: 16px;
}

#QA {
  margin-bottom: 0;
}
#QA .holder {
  margin-bottom: -16px;
}
#QA .jdsCoponSwitch {
  background-color: #eaeaea;
  padding: 16px;
  color: #333;
  font-weight: bold;
  border-radius: 3px;
  padding-right: 36px;
  text-indent: -2em;
  padding-left: 3em;
  font-size: 13px;
  background: #eaeaea
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/plus_s.svg)
    no-repeat right 10px center;
  background-size: 12px auto;
}
#QA .jdsCoponSwitch::before {
  content: " Q.";
  padding-right: 1em;
}
#QA .jdsCoponSwitch.active-submenu {
  background: #eaeaea
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/minus_s.svg)
    no-repeat right 10px center;
  background-size: 12px auto;
}
#QA .jdsCoponSwitch + dd {
  border: 1px solid #ccc;
  padding: 8px;
  line-height: 22px;
  font-size: 13px;
  text-indent: -2em;
  padding-left: 3em;
}
#QA .jdsCoponSwitch + dd::before {
  content: " A.";
  padding-right: 1em;
}
#QA .Switch1 {
  line-height: 22px;
  padding: 16px;
  padding-right: 24px;
  color: #333;
  border-radius: 5px;
  background: #eaeaea
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/plus_s.svg)
    no-repeat right 10px center;
  display: flex;
  font-size: 13px;
}
#QA .Switch1::before {
  content: "Q.";
  padding-right: 10px;
}
#QA .Switch1.active {
  background: #eaeaea
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/minus_s.svg)
    no-repeat right 10px center;
}
#QA .Switch1 + dd {
  display: flex;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 16px;
  margin-bottom: 16px;
}
#QA .Switch1 + dd::before {
  content: "A.";
  padding-right: 10px;
}

#CONTACT .pr {
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
}
#CONTACT h2 {
  margin-top: 30px;
}
#CONTACT .text {
  padding-top: 16px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

.update {
  font-size: 14px;
  text-align: center;
}

.whatText span {
  color: #bf0000;
}

.gotocar {
  text-align: center;
  padding: 26px;
  margin-top: 21px;
}

.backtotop {
  width: 450px;
  margin: 16px auto 90px;
}
.backtotop a {
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  background: #41c578;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}

.gototop {
  height: 110px;
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.gototop a.gototop {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  line-height: 1;
  border-radius: 5px;
  color: white !important;
  background-color: #2eb8ff;
}
.gototop a.chatbot {
  width: 60px;
  height: 60px;
  display: block;
  top: -60px;
  position: relative;
  left: 3px;
}
.gototop a.chatbot img {
  width: 100%;
}

.gobus {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 32px;
}

.blueBtn {
  /*width: 300px;*/
  text-align: center;
  border: 2px solid #008fd8;
  line-height: 1.2;
  border-radius: 3px;
  font-size: 17px;
  height: 60px;
  margin: 0 auto;
}
.blueBtn.reverse {
  border-color: #008fd8;
}
.blueBtn.reverse a {
  color: #fff !important;
  background-color: #008fd8;
  font-size: 20px;
}
.blueBtn.reverse a:after {
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/arrow.svg)
    no-repeat center;
  width: 10px;
}
.blueBtn a {
  position: relative;
  display: block;
  color: #008fd8 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.blueBtn a:after {
  position: absolute;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/arrow_blue.svg)
    no-repeat center;
  content: "";
  display: block;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 14px;
  margin-top: -7px;
}
.blueBtn a:hover {
  text-decoration: none;
}
/**1013**/
.blueBtn.btm_btn {
  margin-top: 16px;
  height: 90px;
}
.blueBtn.btm_btn a {
  padding-right: 16px;
}

.checktext {
  padding: 35px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}
.checktext::before {
  padding-right: 8px;
  font-size: 2em;
  color: #333;
  content: "\\";
  transform: rotate(-15deg);
}
.checktext::after {
  font-size: 2em;
  color: #333;
  padding-left: 8px;
  content: "/";
  transform: rotate(15deg);
}
#INTRO .introbox {
  text-align: center;
  margin-bottom: 20px;
}
#INTRO .introbox img {
  width: 100%;
}
#INTRO .jdsCoponSwitch {
  width: 700px;
  margin: 38px auto 0;
  border: 2px solid #41c578;
  padding: 10px 26px;
  text-align: center;
  border-radius: 4px;
  background: #fff
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/plus_green.svg)
    no-repeat right 16px center;
  background-size: 18px auto;
  color: #00aa47;
  font-size: 18px;
  cursor: pointer;
}
#INTRO .jdsCoponSwitch.active-submenu {
  background: #fff
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/minus_green.svg)
    no-repeat right 16px center;
  background-size: 18px auto;
}
#INTRO .jdsCoponSwitch + div {
  width: 700px;
  margin: 0 auto;
  padding-top: 26px;
}

.topbnr {
  position: relative;
  /*background-color: #c0eaff;*/
  font-family: "Zen Maru Gothic", sans-serif;

  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbnr h1 {
}
.topbnr h1 img {
  width: 100%;
}
/* @media screen and (min-width: 321px) {
  .topbnr {
    width: auto;
    padding-top: 106%;
  }
} */
/**IE**/
/* @media all and (-ms-high-contrast: none) {
  .kvbtn {
    margin-left: -150px;
  }
} */
#ZENKOKURYOKOSHIEN .whatText {
  font-size: 12px;
  margin-bottom: -20px;
}

.topbtn {
  padding: 20px 0 0;
  margin: 0 16px;
}
.topbtn.bottom {
  padding-top: 0;
  padding-bottom: 48px;
}
.topbtn a {
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  height: 60px;
  display: flex;
  background-color: #2eb8ff;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.topbtn a:hover {
  text-decoration: none;
}
.topbtn a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  content: "";
}
.topbtn.bottom a:after {
  margin-top: -8px;
  transform: rotate(45deg);
}

.kvbtn {
  color: #fff !important;
  display: block;
  width: 300px;
  bottom: 15px;
  font-size: 20px;
  height: 60px;
  display: flex;
  background-color: #2eb8ff;
  border-radius: 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.kvbtn:hover {
  text-decoration: none;
}
.kvbtn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  content: "";
}

#NEWINFO .pr {
  text-align: center;
  margin-bottom: 36px;
}
#NEWINFO .infoItem {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 0px 8px 16px;
}
#NEWINFO .infoItem .ttl {
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
}
#NEWINFO .infoItem .text {
  font-size: 14px;
  padding: 19px 0;
}
#NEWINFO .infoItem .text.icon {
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/Travel.svg)
    center left no-repeat;
  padding-left: 70px;
}
#NEWINFO .infoItem .text.mail,
#NEWINFO .infoItem .text.sns {
  padding: 10px 0;
  text-align: center;
}
#NEWINFO .infoItem .text.line {
  padding: 10px 0;
  text-align: center;
}
#NEWINFO .infoItem .btn {
  width: 258px;
}
#NEWINFO .infoItem .btn + .line {
  padding-bottom: 0;
}
#NEWINFO .infoItem .btn img {
  width: 100%;
}
#NEWINFO .infoItem .btns {
  display: flex;
  justify-content: center;
}
#NEWINFO .infoItem .btns.sns a {
  width: 60px;
  margin: 0 12px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
#NEWINFO .infoItem .btns.sns a img {
  width: 40px;
  margin-bottom: 6px;
}
#NEWINFO .infoItem .btns a {
  margin: 0 6px;
}
#NEWINFO .infoItem .btns a img {
  width: 100%;
}

#UPDATE {
  margin-bottom: 0;
  padding: 16px 0;
}
a,
a:visited {
  color: #0769b0;
}
.mtop32 {
  margin-top: 32px;
}
.mtop40 {
  margin-top: 40px;
}
.jss_switchMenu {
  display: none;
}

#CPN .checktext {
  padding-bottom: 0px;
  padding-top: 0;
}

#CPN .noproblem {
  text-align: center;
}
#CPN .noproblem img {
  width: 100%;
}
#CPN .subttl {
  padding-bottom: 18px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

#CPN .text {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 22px;
  line-height: 1.8;
}
#CPN .text span {
  color: #bf0000;
  font-size: 12px;
  display: block;
  padding-bottom: 16px;
}
#CPN .note {
  font-size: 14px;
}
.attention {
  margin: 16px;
}

.attention h3 {
  border-radius: 6px;
  border: 1px solid #44b0e5;
  background-color: #fff;
  margin: 0 auto;
  cursor: pointer;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;

  font-size: 18px;
  font-weight: bold;

  font-weight: normal;
  position: relative;
}
.attention h3:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/images/blue_arrow_svg.svg)
    right center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.attention h3.active-submenu {
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
.attention h3.active-submenu:after {
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/images/blue_arrow_svg.svg)
    right center no-repeat;

  background-size: contain;
  transform: rotate(270deg);
}

.attention .textBox {
  margin: 0 auto;

  font-size: 14px;
  border: #44b0e5 solid 1px;
  border-radius: 0 0 6px 6px;

  border-top: none;
  box-sizing: border-box;
}
.attention ul {
}
.attention ul li:first-child {
  border-top: 1px solid #d2deee;
}
.attention ul li:last-child {
  border-bottom: none;
}
.attention ul li {
  border-bottom: 1px dashed #d2deee;
  background-color: #f2f8fb;
}
.attention ul li img {
  width: 100%;
}

.pagetop {
  height: 60px;
  z-index: 999;
  position: fixed;
  right: 10px;

  width: 63px;
}
.pagetop a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.pagetop a {
  display: flex;

  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: relative;
}
.pagetop a span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  display: block;
}
.pagetop .top {
  background-color: #2eb8ff;
  color: white !important;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
#sRight {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 68px;
  z-index: 101;
}
#sRight .jss_switchMenu {
  position: relative;
}
#sRight .jss_switchMenu dl {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 10px;
  bottom: 78px;
  width: 68px;
}
.ss-right dd li a:hover {
  opacity: 0.8;
  opacity: 0.7;
}
.ss-right {
  color: #fff;
  z-index: 16;
  right: 0;
  display: none;
}
.ss-right dd ul {
  border: 1px solid #777;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.ss-right dd li {
  position: relative;
  border-bottom: 1px solid #777;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.ss-right dd li:last-child {
  border-bottom: none;
}
.ss-right dd li a {
  padding: 7px 7px;
  color: #333;
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
}
.trigger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin: 10px auto;
  display: none;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/menu_open.png)
    center center/60px auto no-repeat;
}

#sRight {
  bottom: 197px;
  right: 8px;
}
#sRight .jss_switchMenu dl {
  right: -130px;
  bottom: 66px;
}

.trigger {
  margin-right: 0;
  display: block;
  right: 8px;
}
#sRight .jss_switchMenu.active .trigger {
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/menu_close.png)
    center center no-repeat;
  background-size: 60px auto;
}
#sRight .jss_switchMenu.active dl {
  right: 0;
}
#sRight .jss_switchMenu dl {
  width: 60px;
  font-size: 10px;
}
.ss-right dd li a {
  padding: 7px 0;
}
.pagetop {
  right: 5px;
}

#USESTEP.parts {
}
#USESTEP.parts h2 {
  padding-bottom: 24px;
}
#USESTEP.parts .actList {
  background-color: #fff;
  padding: 24px;
  padding-bottom: 0;
}
#USESTEP.parts .actList .listItem {
  margin-bottom: 16px;
  /* border-bottom: 1px dashed #d2deee; */
}
#USESTEP.parts .actList .listItem:last-child {
  margin-bottom: 0;
}
#USESTEP.parts .note {
  padding: 24px;
  background: #fff;
  font-size: 14px;
}
#USESTEP.parts .note a {
  color: #bf0000;
}

.micromodal {
  display: none;
}

.micromodal.is-open {
  display: block;
}

.micromodal__overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
}

#modal-1 .micromodal__overlay span.close {
  top: calc(5vh - 15px);

  right: 4px;

  z-index: 9999;
}
#modal-1 .micromodal__container {
  max-height: 90vh;
  max-width: 500px;

  overflow-y: auto;
  overflow-x: hidden;
}

.micromodal__container {
  box-sizing: border-box;

  max-width: 500px;
  margin: 16px;
  max-height: 90vh;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.micromodal__overlay span.close {
  display: block;
  position: absolute;
  cursor: pointer;
  right: -16px;
  width: 40px;
  height: 41px;
  text-indent: -9999999px;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/close_svg.svg)
    no-repeat;
  background-size: cover;
  top: -16px;
  z-index: 9999;
}
.micromodal__overlay#ACTmicromodal span.close {
}

.micromodal[aria-hidden="false"] .micromodal__overlay {
  animation: microModalFadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden="false"] .micromodal__container {
  animation: microModalSlideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal .micromodal__container,
.micromodal .micromodal__overlay {
  will-change: transform;
}

@keyframes microModalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes microModalSlideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

.together {
  text-align: center;
}
.together .text {
  margin-top: 24px;
}
.together .blueBtn {
  margin-top: 16px;
}
#CAMP .campList {
  padding: 16px 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#CAMP .campList li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.fixbtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.fixbtn a {
  height: 44px;
  background: #2eb8ff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.fixbtn a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
}
.goabout {
  padding-top: 8px;
}
.goabout a {
  border: 3px solid #2eb8ff;
  color: #2eb8ff;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;

  margin: 10px;
  font-size: 20px;
}
.goabout a:hover {
  text-decoration: none;
}
.goabout a::before {
  padding-left: 12px;
  padding-top: 8px;
  display: block;
  content: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/images/newUser_svg.svg);
}
.goabout a::after {
  padding-right: 20px;
  padding-top: 4px;
  display: block;
  content: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/images/blue_arrow_svg.svg);
}
.goabout img {
  width: 70%;
}

#ACTIVITY {
  padding-top: 56px;
  padding-bottom: 20px;
  background-color: rgba(46, 184, 255, 0.4);
}

#ACTIVITY h2 {
  padding-bottom: 10px;
}
#ACTIVITY .actList {
  margin: 16px auto;
}

#ACTIVITY .listItem {
  overflow: hidden;
  margin-bottom: 8px;
}
#ACTIVITY .listItem img {
  width: 100%;
}
.entrynote {
  padding: 8px 16px;
  font-size: 13px;
}
#ACTIVITY .entrynote {
  text-align: center;
}
.entrynote span {
  background-color: #eaeaea;
  border-radius: 3px;
  padding: 2px 6px;
  margin-right: 2px;
  display: inline-block;
}
.entrynote .bold {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 24px 0 12px;
  font-weight: normal;
}

.popUp {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%,
  100% {
    opacity: 1;
  }
}
#AREAS h2 {
  padding-bottom: 20px;
}
#AREAS .whatText {
  text-align: center;
  margin-bottom: 30px;
}
#AREAS .whatText a {
  text-decoration: underline;
}
#AREAS .note {
  color: #2eb8ff;
  /* font-weight: bold; */
  padding: 20px;
  padding-bottom: 25px;
  flex-direction: column;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  border: 2px solid #2eb8ff;
  width: 300px;
  margin: 28px auto;
}
#AREAS .note span {
  font-size: 30px;
}

#AREAS #mapList {
  margin: 20px auto 0;
}
#AREAS #mapList dt {
  background-color: #2eb8ff;
  font-weight: bold;
  height: 30px;
  justify-content: start;
  align-items: center;
  padding: 8px;
  padding-left: 16px;
  color: #fff;
  display: block;
}
#AREAS #mapList dd ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
#AREAS #mapList dd ul li {
  width: 100%;
  box-sizing: border-box;
}
#AREAS #mapList dd ul li.special {
  position: relative;
}
#AREAS #mapList dd ul li.special a {
  background-color: #ccc;
  border-bottom: 1px solid #fff;
}
#AREAS #mapList dd ul li.special:last-child a {

  border-bottom: none;
}
#AREAS #mapList dd ul li.special.lengthen a {
  background: #ffffff !important;
}
#AREAS #mapList dd ul li.special.notice:after {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  display: block;
  z-index: 9;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 18px solid transparent;
  border-top-color: red;
  border-right-color: red;
}
#AREAS #mapList dd ul li.lengthen:after {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  display: block;
  z-index: 9;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 18px solid transparent;
  border-top-color: red;
  border-right-color: red;
}
#AREAS #mapList dd ul li.special.reopen:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  display: block;
  z-index: 9;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 18px solid transparent;
  border-top-color: red;
  border-right-color: red;
}
#AREAS #mapList dd ul li.special.invalid:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  display: block;
  z-index: 9;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 18px solid transparent;
  border-top-color: #666;
  border-right-color: #666;
}

#AREAS #mapList dd ul li.special.undetermined:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  display: block;
  z-index: 9;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 18px solid transparent;
  border-top-color: #666;
  border-right-color: #666;
}
#AREAS #mapList dd ul li.special.out:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  display: block;
  z-index: 9;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 18px solid transparent;
  border-top-color: #666;
  border-right-color: #666;
}
#AREAS #mapList dd ul li.special.invalid:before {
  content: "終了";
  position: absolute;
  z-index: 10;
  right: -1px;
  top: 2px;
  font-size: 10px;
  color: #fff;
  transform: rotate(45deg);
  padding-top: 1px;
}
#AREAS #mapList dd ul li.lengthen:before {
  content: "延長";
  position: absolute;
  z-index: 10;
  right: -1px;
  top: 2px;
  font-size: 10px;
  color: #fff;
  transform: rotate(45deg);
  padding-top: 1px;
}
#AREAS #mapList dd ul li.special.undetermined:before {
  content: "未定";
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 1px;
  font-size: 10px;
  color: #fff;
  transform: rotate(45deg);
  padding-top: 1px;
}
#AREAS #mapList dd ul li.special.out:before {
  content: "対象外";
  position: absolute;
  z-index: 10;
  right: -5px;
  top: 2px;
  font-size: 10px;
  color: #fff;
  transform: rotate(45deg) scale(0.9);
  padding-top: 1px;
}
#AREAS #mapList dd ul li.special.notice::before {
  content: "予告";
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 1px;
  font-size: 10px;
  color: #fff;
  transform: rotate(45deg);
}
#AREAS #mapList dd ul li.special.reopen::before {
  content: "再開";
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 2px;
  font-size: 10px;
  color: #fff;
  transform: rotate(45deg);
}
#AREAS #mapList dd ul li.special a {
  background-color: #ccc;
}
#AREAS #mapList dd ul li.special a::after {
  display: none;
}
#AREAS #mapList dd ul li.special a:hover {
  opacity: 1;
  cursor: default;
}
#AREAS #mapList dd ul li:last-child a {
  border-right: 1px solid #ccc;
}
#AREAS #mapList dd ul li:nth-child(2n) a {
  border-right: 1px solid #ccc;
}


#AREAS #mapList dd a {
  border: 1px solid #ccc;
  color: #767676;
  display: flex;
  height: 30px;
  padding: 8px;
  padding-left: 12px;

  position: relative;
  border-top: none;
}
#AREAS #mapList dd a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 80px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 374px) {
  #AREAS #mapList dd a {
    padding: 4px;
    padding-left: 6px;
  }
  #AREAS #mapList dd a:after {
    right: 6px;
  }
}
#AREAS #mapList dd a:hover {
  text-decoration: none;
  background: #dbf3ff;
}
#AREAS #mapList dd li.undetermined a:hover,
#AREAS #mapList dd li.out a:hover {
  background: #cccccc !important;
}
.bgshadow {
  background-color: #fafafa;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  padding-bottom: 16px;
  padding-top: 12px;
  margin-bottom: 24px;
}

.attentionRed {
  margin: 16px 10px;
}
.attentionRed dl {
  margin-top: 16px;
  font-size: 14px;
}
.attentionRed h3 {
  background-color: #bf0000;
  color: #fff;
  cursor: pointer;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 58px;
  font-size: 18px;
  background: #bf0000
    url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/surprise_svg.svg)
    left 10px center no-repeat;
  font-weight: normal;
  position: relative;
}
.attentionRed h3:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/plus_white.svg)
    right center no-repeat;
  background-size: contain;
}
.attentionRed h3.active-submenu:after {
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/minus_white.svg)
    right center no-repeat;
  background-size: contain;
}

.attentionRed .textBox {
  font-size: 14px;
  border: #bf0000 solid 1px;
  padding: 16px;
}
.attentionRed ul {
  margin-top: 24px;
}
.attentionRed ul li {
  padding-left: 1em;
  padding-bottom: 8px;
  text-indent: -1em;
}

.contents .ttlImg {
  margin: 20px auto 20px;
  /*display: block;*/
}
.contents img {
  text-align: center;
  vertical-align: bottom;
}

.contents .ttl {
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.actCamp .h2Camp {
  font-size: 24px;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 26px;
}
.actCamp .h2CampSub {
  background-color: #f2f2f2;
  padding: 8px 16px;
  margin-bottom: 32px;
  text-align: left;
}

.actCamp .textCamp {
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 36px;
}

.appDown {
  display: flex;
  margin: 10px;
  justify-content: space-between;
}
.appDown li {
  width: calc(50% - 5px);
}
.appDown li img {
  width: 100%;
}
.areaPopup {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.areaPopup .area {
  padding-bottom: 24px;
}
.areaPopup b {
  display: block;
  padding-bottom: 24px;
}
.areaPopup .pr {
  font-size: 16px;
  line-height: 1.5;
}

#newsB {
  overflow: hidden;
}
#newsBtn {
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}
#newsBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}
#newsBtn span {
  padding: 0 20px;
  background: url(../images/arrow1.png) right center no-repeat;
}
#newsBtn.newsBtn_o span {
  padding: 0 24px;
  background: url(../images/arrow2.png) right center no-repeat;
}
#newsB dd {
  position: relative;
}
a.showMore {
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  right: 0;
  padding-left: 10px;
  color: #999;
}
dd.new em {
  display: block;
}
dd.new small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.6;
}
.newDd {
  background: url(../images/arrow3.png) top 10px right 0 no-repeat;
  padding-right: 12px;
  box-sizing: border-box;
}
.newDd:hover {
  opacity: 0.8;
  cursor: pointer;
}
.newSec {
  display: none;
}
.newDd.newS {
  background: url(../images/arrow4.png) top 10px right 0 no-repeat;
}
.red_ {
  color: #bf0000;
}
.newsList dl.noNew dt.new:before {
  opacity: 0;
  display: none;
}
.newsList dl.noNew dd.new em {
  font-weight: normal;
}

#KODOKU {
  text-align: center;
  padding: 24px 16px 0;
}
#KODOKU img {
  width: 100%;
}
div#ACTIVITY {
  margin-bottom: 0px;
}
.swiper-button-next,
.swiper-button-prev {
  height: 40px !important;
  width: 40px !important;
  background-size: contain !important;

  background-image: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/slide_arr.svg) !important;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-next {
  transform: scaleX(-1);
  right: 0px;
}

.prvPage .micromodal__container {
  padding: 0;
  max-width: 800px;
  max-height: 90vh;
}
.prvPage p.prvTitle {
  background-color: #0058b5;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 8px 0;
}
.prvPage .pr {
  text-align: center;
  font-size: 22px;
  padding: 8px 0;
}
.prvPage .pr span {
  color: #0058b5;
}
.prvPage .photo {
  padding: 10px;
}

.prvPage .prvBtn {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  flex-direction: column-reverse;
}
.prvPage .prvBtn li {
  text-align: center;
  font-size: 18px;
  width: 100%;
  margin-bottom: 8px;
}

.prvPage .swiper-button-prev {
  left: -10px;
}
.prvPage .swiper-button-next {
  right: -10px;
}
#Vaccine {
  padding-top: 32px;
}
#Vaccine .attention {
  margin: 0;
}
#Vaccine .attention h3 {
  font-weight: bold;
  color: #bf0000;
  cursor: pointer;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 18px;
  background: #fff url(../images/surprise_svg.svg) left 10px center no-repeat;
  font-weight: normal;
  position: relative;
  background-size: 25px;
  padding-right: 30px;
  border: 2px solid #bf0000;
}
@media screen and (max-width: 420px) {
  #Vaccine .attention h3 {
    font-size: 3.8vw;
  }
}
#Vaccine .attention h3:after {
  background: none;
  content: "";

  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-top: 2px solid #bf0000;
  border-right: 2px solid #bf0000;
  transform: rotate(135deg);
  content: "";
}
#Vaccine .attention h3.active-submenu:after {
  transform: rotate(-45deg);
  margin-top: -5px;
}

#Vaccine .attention .textBox {
  font-size: 14px;
  border: #bf0000 solid 2px;
  border-top: none;
  padding: 24px;
}

#Vaccine .attention ul li {
  border: none;
  background: none;
  padding-left: 1em;
}
#Vaccine .attention ul li.mb {
  margin-bottom: 16px;
}
/*1013*/
#AREAS #mapList dd ul li.nara .areaPopup a {
  border: none;
  color: #1d54a7;
  display: inline;
  width: 100%;
  padding-left: 0;
  background: none;
  height: 36px;
}
#AREAS #mapList dd ul li.nara .areaPopup a:after {
  display: none;
}

#AREAS #mapList dd ul li.special .blueBtn {
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 24px;
}
#AREAS #mapList dd ul li.special .blueBtn a {
  background-color: #fff;
  width: auto;
  height: auto;
  display: flex;
  align-content: center;
  padding: 20px;
}
#AREAS #mapList dd ul li.special .micromodal__container .blueBtn a:after {
  position: absolute;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/about/images/arrow_blue.svg)
    no-repeat center;
  content: "";
  display: block;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 14px;
  margin-top: -7px;
  transform: rotate(0deg);
  border: none;
}
div.returnCpn {
  margin: -16px auto 24px;
}
div.returnCpn p {
  border: #ccc solid 1px;
  padding: 16px;
  border-radius: 6px;
  font-size: 13px;
}
#QA h3 {
  font-size: 16px;
  color: #333;
  margin: 24px 0 16px;
}

p.redMark {
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 0 0 15px;
  font-size: 14px;
}
#ACT02 p.red {
  font-size: 15px;
  color: #bf0000;
  font-weight: bolder;
  padding: 0 0 0 16px;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/images/redMark.png)
    no-repeat left center;
  background-size: 12px 12px;
  width: 270px;
  margin: 0 auto;
}
#ACT02 div.chars {
  width: 100%;
  max-width: 450px;
  margin: 8px auto 16px;
  text-align: center;
}
#ACT02 div.chars span.greyTxt {
  font-size: 12px;
  color: #333333;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  margin: 5px 4px 5px;
}
#ACT02 div.chars span.redTxt {
  font-size: 12px;
  color: #bf0000;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  margin: 5px 4px 5px;
}
p.redMark:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: -4px;
  top: 8px;
  background: url(https://img.travel.rakuten.co.jp/special/zenkokuryokoshien/images/redMark.png)
    no-repeat left center;
  background-size: 12px 12px;
}
p.redMark a {
  color: #bf0000;
}

/**1226**/
.icn_plus {
  text-align: center;
}
.icn_plus img {
  width: 34px !important;
}
/*0117*/
#footer_mytrip {
  display: none;
}
#footer_gotop {
  display: none;
}
.goabout.mytrip img {
  width: 70%;
  max-width: 330px;
} /* TOP共通 */
