@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,700&display=swap);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap); /* 英語用テキスト */
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap); /* 英語見出し用テキスト */

.v1-delimiter {
  text-decoration: inherit;
  font-weight: inherit;
}

html body .rediscover-hokkaido {
  background: #0b328e;
  color: #333;
  overflow-x: hidden;
}
html body .rediscover-hokkaido.under {
  background: #fff;
}

html body .rediscover-hokkaido.en {
  font-family: 'Noto Sans';
}

.video-js video {
  -webkit-transform: translateX(0) ;
  transform: translateX(0);
}

@media screen and (min-width: 769px) {
  #header .navigation {
    position: relative;
    z-index: 10;
  }
  .rediscover-hokkaido {
    margin: 0;
  }
}

.topicPath .topicPath_item:not(:first-of-type),
.topicPath .topicPath_item:first-of-type{
  margin: 0 20px 0 0;
}

.v1-footer {
  margin-top: 0 !important;
}

/* main-visual =================================================== */
.rediscover-hokkaido .main-visual {
  background: #0b328e;
  position: relative;
}

.rediscover-hokkaido .main-visual-movie {
  height: calc(100vh - 63px);
  position: relative;
}

.rediscover-hokkaido .main-visual-movie::before {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_main_visual_movie.png) center center repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.rediscover-hokkaido .main-visual-image {
  background: center center / auto  no-repeat;
  height: 250px;
}
.rediscover-hokkaido .main-visual-image.area1 {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/area1/bg_main-visual-image-area1.jpg);
}
.rediscover-hokkaido .main-visual-image.area2 {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/area2/bg_main-visual-image-area2.jpg);
}
.rediscover-hokkaido .main-visual-image.area3 {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/area3/bg_main-visual-image-area3.jpg);
}
.rediscover-hokkaido .main-visual-image.area4 {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/area4/bg_main-visual-image-area4.jpg);
}
.rediscover-hokkaido .main-visual-image.area5 {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/area5/bg_main-visual-image-area5.jpg);
}
.rediscover-hokkaido .main-visual-image.area6 {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/area6/bg_main-visual-image-area6.jpg);
}

.rediscover-hokkaido .main-visual .logo {
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 325px;
  z-index: 2;
}

.rediscover-hokkaido .main-visual.under .logo {
  width: 100%;
}
.rediscover-hokkaido .main-visual.under .logo .hokkaido {
  display: block;
  margin: 0 auto 10px;
  width: 128px;
}
.rediscover-hokkaido .main-visual.under .logo .pin {
  display: block;
  height: 18px;
  margin: 0 auto 10px;
}

.logo-blur {
  animation-duration: 2.8s;
  animation-name: logo-blur;
}

@keyframes logo-blur {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  30% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

.rediscover-hokkaido .main-visual .logo .caption {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 15px -20px 0;
}
.rediscover-hokkaido .main-visual .logo .caption::before,
.rediscover-hokkaido .main-visual .logo .caption::after{
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_logo_txt.png) left center / 32px auto no-repeat;
  content: '';
  display: inline-block;
  height: 5px;
  vertical-align: middle;
  width: 32px;
}
.rediscover-hokkaido .main-visual .logo .caption::before {
  margin: -2px 10px 0 0;
}
.rediscover-hokkaido .main-visual .logo .caption::after {
  margin: -2px 0 0 10px;
}
.rediscover-hokkaido.en .main-visual .logo .caption::before,
.rediscover-hokkaido.en .main-visual .logo .caption::after{
  width: 16px;
}
.rediscover-hokkaido.en .main-visual .logo .caption{
  letter-spacing: -.05em;
}
.rediscover-hokkaido.en .main-visual .logo .caption::before {
  margin-right: 5px;
}
.rediscover-hokkaido.en .main-visual .logo .caption::after {
  margin-left: 5px;
}

.rediscover-hokkaido .main-visual.under .logo .caption {
  color: #fff;
  display: block;
  font-size: 1.8125rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
.rediscover-hokkaido .main-visual.under .logo .caption::before,
.rediscover-hokkaido .main-visual.under .logo .caption::after {
  display: none;
}

.rediscover-hokkaido .controller__toggle {
  align-items: center;
  background: rgba(0,0,0,.8);
  bottom: 0;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.rediscover-hokkaido .controller__btn {
  display: none;
  height: 30px;
}

.rediscover-hokkaido .controller__btn.is-active {
  display: block;
}

.rediscover-hokkaido #background-video {
  background: #fff;
  height: calc(100vh - 63px);
  left: 0;
  margin-left: 50%;
  max-width: none;
  position: fixed;
  top: 63px;
  transform: translate(-50%,0);
  width: calc((100vh - 63px) * 1.7768);
  z-index: 0;
}


@media screen and (max-width: 374px) {
  .rediscover-hokkaido .main-visual .logo {
    width: 275px;
  }
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .main-visual .logo {
    margin: -25px 0 0;
    width: 700px;
  }
  .rediscover-hokkaido .main-visual .logo img {
    width: 525px;
  }
  
  .rediscover-hokkaido .main-visual .logo .caption {
    font-size: 1.375rem;
    margin: 20px 0 0;
  }
  .rediscover-hokkaido.en .main-visual .logo .caption {
    letter-spacing: normal;
  }
  .rediscover-hokkaido .main-visual .logo .caption::before,
  .rediscover-hokkaido .main-visual .logo .caption::after,
  .rediscover-hokkaido.en .main-visual .logo .caption::before,
  .rediscover-hokkaido.en .main-visual .logo .caption::after{
    background-size: 52px auto;
    height: 7px;
    width: 52px;
  }
  .rediscover-hokkaido .main-visual .logo .caption::before,
  .rediscover-hokkaido.en .main-visual .logo .caption::before{
    margin: -2px 20px 0 0;
  }
  .rediscover-hokkaido .main-visual .logo .caption::after,
  .rediscover-hokkaido.en .main-visual .logo .caption::after{
    margin: -2px 0 0 20px;
  }
  
  .rediscover-hokkaido .main-visual.under .logo {
    display: table;
    margin: -25px auto 0;
    width: auto;
  }
  .rediscover-hokkaido .main-visual.under .main-visual-image.area6 .logo {
    width: 720px;
  }
  .rediscover-hokkaido .main-visual.under .logo .hokkaido {
    display: table-cell;
    margin: 0;
    width: 210px;
    vertical-align: middle;
  }
  .rediscover-hokkaido .main-visual.under .logo .lay {
    display: table-cell;
    vertical-align: middle;
  }
  .rediscover-hokkaido .main-visual.under .logo .pin {
    display: block;
    height: 22px;
    margin: 0 0 5px -15px;
    width: auto;
  }
  .rediscover-hokkaido .main-visual.under .logo .caption {
    font-size: 2.25rem;
    margin: 0 0 0 -15px;
    text-align: left;
  }
  .rediscover-hokkaido.en .main-visual.under .logo .pin {
    margin: 0 0 8px;
  }
  .rediscover-hokkaido.en .main-visual.under .logo .caption {
    line-height: 1.2;
    margin-left: 0;
  }
  
  .rediscover-hokkaido .main-visual {
    margin: 0 auto;
    position: relative;
  }

  .rediscover-hokkaido .main-visual-movie {
    height: 680px;
    overflow: hidden;
  }
  
  .rediscover-hokkaido .main-visual-image {
    background: center center / cover  no-repeat;
    height: 400px;
  }
  
  .rediscover-hokkaido #background-video {
    height: calc(100vh - 82px);
    min-width: 1920px;
    top: 82px;
    width: 100%;
  }
  
  .rediscover-hokkaido .controller__toggle {
    bottom: 0;
    height: 50px;
    left: auto;
    right: 0;
    width: 108px;
  }
  
  .rediscover-hokkaido .controller__btn {
    height: 26px;
  }
}

.rediscover-hokkaido .main-visual .hokkaido-nav #hokkaido-menu {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 10;
}
.rediscover-hokkaido .main-visual .hokkaido-nav #hokkaido-menu a {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/btn_hokkaido-menu.png) 0 0 / 138px auto no-repeat;
  display: block;
  height: 74px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 69px;
}
.rediscover-hokkaido .main-visual .hokkaido-nav #hokkaido-menu.open a {
  background-position: -69px 0;
}
.rediscover-hokkaido .main-visual .content-nav-lay {
  display: none;
}
.rediscover-hokkaido .main-visual .content-nav-lay.open {
  align-items: center;
  background: #0b3290;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding-bottom: 50px;
  position: fixed;
  right: 0;
  top: 63px;
  z-index: 9;
}
.rediscover-hokkaido .main-visual .content-nav-lay ul {
  
}
.rediscover-hokkaido .main-visual .content-nav-lay ul li {
  font-size: 1.0625rem;
  margin: 15px 0;
  text-align: center;
}
.rediscover-hokkaido .main-visual .content-nav-lay ul li a{
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px 5px;
}
.rediscover-hokkaido.ja .main-visual .content-nav-lay ul li a,
.rediscover-hokkaido.zh-CN .main-visual .content-nav-lay ul li a,
.rediscover-hokkaido.zh-TW .main-visual .content-nav-lay ul li a{
  line-height: 1.3;
}
.rediscover-hokkaido .main-visual .content-nav-lay ul li:first-of-type,
.rediscover-hokkaido .main-visual .content-nav-lay ul li:last-of-type{
  margin: 0;
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .main-visual .hokkaido-nav {
    bottom: -50px;
    display: block;
    left: 50%;
    max-width: 1240px;
    position: absolute;
    transform: translate(-50%,0);
    width: 80%;
    z-index: 6;
  }

  .rediscover-hokkaido .main-visual .hokkaido-nav #hokkaido-menu {
    display: none;
  }

  .rediscover-hokkaido .main-visual .hokkaido-nav .content-nav-lay {
    background: #fff;
    box-shadow: 0px 10px 9.6px 0.4px rgba(14, 13, 24, 0.15);
    display: block;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 2%;
    z-index: 6;
  }

  .rediscover-hokkaido .main-visual .hokkaido-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rediscover-hokkaido .main-visual .hokkaido-nav ul li {
    padding: 0 1%;
  }

  .rediscover-hokkaido .main-visual .hokkaido-nav ul li a {
    border-bottom: 3px solid #fff;
    color: #0b3480;
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    transition:all .3s ease;
  }
  
  .rediscover-hokkaido .main-visual .hokkaido-nav ul li a:hover {
    border-color: #0b3480;
  }
}

/* hokkaido-content =================================================== */
.rediscover-hokkaido .hokkaido-content {
  background: #fff;
  position: relative;
  z-index: 5;
}

/* content-layout =================================================== */
.rediscover-hokkaido .content-layout01,
.rediscover-hokkaido .content-layout02{
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .content-layout01 {
    max-width: 1280px;
    padding: 0 20px;
  }
  .rediscover-hokkaido .content-layout02 {
    max-width: 1140px;
    padding: 0 20px;
  }
}

.rediscover-hokkaido .txt-word01 {
  white-space: nowrap;
}

/* topicPath =================================================== */
.topicPath,
.v1-breadcrumbLayout{
  background: #fff;
  position: relative;
  margin: 0;
  z-index: 2;
}


/* about-hokkaido =================================================== */
#about-hokkaido {
  background: #e8f5fa;
  padding: 50px 0;
}

#about-hokkaido p {
  color: #0b3480;
  line-height: 2;
  margin-bottom: 30px;
}


.rediscover-hokkaido .hdg-type01  {
  color: #0b3480;
  font-size: 1.125rem;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.rediscover-hokkaido .hdg-type01.where img {
  max-width: 295px;
}

.rediscover-hokkaido.ja .hdg-type01.where img {
  max-width: 210px;
}

.rediscover-hokkaido .hdg-type01.where .img02 {
  margin-top: 20px;
  max-width: 136px;
}

.rediscover-hokkaido .hdg-type01 .txt {
  display: block;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.2;
}

.rediscover-hokkaido .hdg-type01 .txt .em {
  color: #0070c9;
  font-weight: 700;
}

.rediscover-hokkaido .hdg-type02 {
  color: #0b3480;
  font-family: 'Open Sans Condensed';
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.rediscover-hokkaido .hdg-type02 .em {
  color: #0070c9;
  font-weight: 700;
}

#about-hokkaido .box-where {
  padding-bottom: 362px;
  position: relative;
}

#about-hokkaido .box-where > .txt {
  position: relative;
  z-index: 1;
}

#about-hokkaido .box-where .where-map {
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  transform:translate(-61%,0);
  width: 632px;
  z-index: 0;
}

#about-hokkaido .box-where .where-map .time1 {
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: 180px;
  width: 50px;
}

#about-hokkaido .box-where .where-map .time2 {
  left: 50%;
  margin-left: 110px;
  position: absolute;
  top: 140px;
  width: 40px;
}

#about-hokkaido .box-where .where-map .time3 {
  left: 50%;
  margin-left: 140px;
  position: absolute;
  top: 185px;
  width: 40px;
}

#about-hokkaido .box-where .where-map .air {
  left: 50%;
  margin-left: -110px;
  position: absolute;
  top: 125px;
  width: 152px;
}

#about-hokkaido .box-where .where-map .fish {
  left: 50%;
  margin-left: 40px;
  position: absolute;
  top: 23px;
  width: 40px;
}

#about-hokkaido .box-where .where-map .bear {
  left: 50%;
  margin-left: 120px;
  position: absolute;
  top: 245px;
  width: 76px;
}

#about-hokkaido .box-where .where-map .snow1 {
  left: 50%;
  margin-left: 5px;
  position: absolute;
  top: 82px;
  width: 17px;
}

#about-hokkaido .box-where .where-map .snow2 {
  left: 50%;
  margin-left: 200px;
  position: absolute;
  top: 205px;
  width: 17px;
}

#about-hokkaido .box-where .where-map .snow3 {
  left: 50%;
  margin-left: 85px;
  position: absolute;
  top: 275px;
  width: 17px;
}

#about-hokkaido .box-where .where-map .snow4 {
  left: 50%;
  margin-left: 50px;
  position: absolute;
  top: 290px;
  width: 17px;
}

#about-hokkaido .where-map-ani{
  opacity: 0;
}

#about-hokkaido .box-where .where-map .time1.where-map-ani.visible{ animation: where-map-ani-time1 .6s ease forwards;}
#about-hokkaido .box-where .where-map .time2.where-map-ani.visible{ animation: where-map-ani-time1 .6s ease .3s forwards;}
#about-hokkaido .box-where .where-map .time3.where-map-ani.visible{ animation: where-map-ani-time1 .6s ease .6s forwards;}
@keyframes where-map-ani-time1 {
  0% {
    opacity: 0;
 }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


#about-hokkaido .box-where .where-map .air.where-map-ani.visible{ animation: where-map-ani-air .6s ease .9s forwards;}
@keyframes where-map-ani-air {
  0% {
    opacity: 0;
    transform: translate(-100px,30px);
 }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

#about-hokkaido .box-where .where-map .snow1.where-map-ani.visible{ animation: where-map-ani-snow1 .6s ease 1.2s forwards;}
#about-hokkaido .box-where .where-map .snow2.where-map-ani.visible{ animation: where-map-ani-snow1 .6s ease 2.1s forwards;}
#about-hokkaido .box-where .where-map .snow3.where-map-ani.visible{ animation: where-map-ani-snow1 .6s ease 2.4s forwards;}
#about-hokkaido .box-where .where-map .snow4.where-map-ani.visible{ animation: where-map-ani-snow1 .6s ease 2.7s forwards;}
@keyframes where-map-ani-snow1 { 0% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; }}

#about-hokkaido .box-where .where-map .fish.where-map-ani.visible{ animation: where-map-ani-fish .6s ease 1.8s forwards;}
@keyframes where-map-ani-fish {
  0% {
    opacity: 0;
 }
  20% {
    opacity: .5;
    transform: translateY(8px);
  }
  40% {
    opacity: 1;
    transform: translateY(-24px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#about-hokkaido .box-where .where-map .bear.where-map-ani.visible{ animation: where-map-ani-bear .6s ease 3s forwards;}
@keyframes where-map-ani-bear {
  0% {
    opacity: 0;
    transform: translateX(-100px);
 }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}


@media screen and (min-width: 769px) {
  #about-hokkaido {
    padding: 140px 0 70px;
  }

  #about-hokkaido p {
    font-size: 1.125rem;
    margin-bottom: 40px;
  }

  .rediscover-hokkaido .hdg-type01  {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }

  .rediscover-hokkaido .hdg-type01.where img {
    max-width: 506px;
  }

  .rediscover-hokkaido.ja .hdg-type01.where img {
    max-width: 365px;
  }

  .rediscover-hokkaido .hdg-type01.where .img02 {
    margin-top: 24px;
    max-width: none;
  }

  .rediscover-hokkaido .hdg-type01 .txt {
    margin-top: 25px;
  }

  .rediscover-hokkaido .hdg-type02 {
    font-size: 3.875rem;
    margin-bottom: 60px;
  }

  #about-hokkaido .box-where {
    min-height: 1100px;
    padding-bottom: 0;
    position: relative;
  }

  #about-hokkaido .box-where > .txt {
    max-width: 540px;
  }

  #about-hokkaido .box-where .where-map {
    bottom: 35px;
    content: '';
    left: auto;
    right: -55px;
    transform: none;
    width: 1264px;
    z-index: 0;
  }
  
  #about-hokkaido .box-where .where-map .time1 {
    margin-left: -80px;
    top: 360px;
    width: 99px;
  }

  #about-hokkaido .box-where .where-map .time2 {
    margin-left: 225px;
    top: 280px;
    width: 80px;
  }

  #about-hokkaido .box-where .where-map .time3 {
    margin-left: 285px;
    top: 370px;
    width: 80px;
  }
  
  #about-hokkaido .box-where .where-map .air {
    margin-left: -400px;
    top: 365px;
    width: 304px;
  }

  #about-hokkaido .box-where .where-map .fish {
    margin-left: 80px;
    top: 40px;
    width: 81px;
  }

  #about-hokkaido .box-where .where-map .bear {
    margin-left: 305px;
    top: 505px;
    width: 152px;
  }

  #about-hokkaido .box-where .where-map .snow1 {
    margin-left: 10px;
    top: 230px;
    width: 35px;
    }

  #about-hokkaido .box-where .where-map .snow2 {
    margin-left: 470px;
    top: 455px;
    width: 35px;
  }

  #about-hokkaido .box-where .where-map .snow3 {
    margin-left: 245px;
    top: 560px;
    width: 35px;
  }

  #about-hokkaido .box-where .where-map .snow4 {
    margin-left: 160px;
    top: 590px;
    width: 35px;
  }
}

@media screen and (min-width: 1100px) {
  #about-hokkaido .box-where {
    min-height: 740px;
  }

  .rediscover-hokkaido.ja #about-hokkaido .box-where .where-map {
    bottom: -35px;
  }

  .rediscover-hokkaido.ja #about-hokkaido .box-where {
    margin-bottom: 70px;
  }
}

.rediscover-hokkaido .hdg-type01.howto img  {
  max-width: 237px;
}
.rediscover-hokkaido .hdg-type01.howto .img02  {
  margin-top: 24px;
  max-width: 152px;
}

#about-hokkaido .box-howto {
  margin-bottom: 40px;
}

#about-hokkaido .btn-schedule {
  margin-bottom: 0;
}

#about-hokkaido .btn-schedule a {
  background: #d54100;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 7px 15px;
  position: relative;
  text-align: center;
}

#about-hokkaido .hdg-flight-info {
  background: #0b328e;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  padding: 12px 5px;
  text-align: center;
}

#about-hokkaido .hdg-flight-info > .lay {
  display: inline-block;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

#about-hokkaido .hdg-flight-info > .lay::before {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/icon_airplane.svg) left top / 35px auto no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 35px;
}

#about-hokkaido .hdg-flight-info .notice {
  font-size: .625rem;
  font-weight: 400;
  text-align: center;
}

#about-hokkaido .box-flight-info .flight-content {
  border: 1px solid #0b328e;
  width: 100%;
}

#about-hokkaido .box-flight-info .flight-content thead th {
  background: #e8f5fa;
  border-bottom: 1px solid #0b328e;
  border-left: 1px solid #0b328e;
  border-right: 1px solid #0b328e;
  color: #0b328e;
  font-size: .875rem;
  font-weight: 700;
  padding: 7px 5px;
  text-align: center;
  width: 33.33%;
}

#about-hokkaido .box-flight-info .flight-content tbody td {
  background: #fff;
  border-left: 1px solid #0b328e;
  border-right: 1px solid #0b328e;
  color: #0b328e;
  font-size: .875rem;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
}
#about-hokkaido .box-flight-info .flight-content tbody tr:first-of-type td {
  padding: 15px 5px 2px;
}
#about-hokkaido .box-flight-info .flight-content tbody tr:last-of-type td {
  padding: 2px 5px 15px;
}

#about-hokkaido .box-flight-info .flight-as {
  font-size: .9375rem;
  margin: 5px 0 0;
  text-align: right;
}

@media screen and (min-width: 769px) {
  #about-hokkaido .directions {
    display: flex;
    justify-content: space-between;
  }

  #about-hokkaido .box-howto {
    order: 2;
    width: 42.74%;
  }

  .rediscover-hokkaido .hdg-type01.howto  {
    margin-top: -75px;
  }

  .rediscover-hokkaido .hdg-type01.howto img  {
    max-width: 405px;
  }

  .rediscover-hokkaido .hdg-type01.howto .img02  {
    margin-top: 24px;
    max-width: none;
  }

  #about-hokkaido .box-howto {
    margin-bottom: 0;
  }

  #about-hokkaido .btn-schedule a {
    font-size: 1.25rem;
    padding: 10px 15px;
  }

  #about-hokkaido .box-flight-info {
    order: 1;
    width: 50%;
  }

  #about-hokkaido .hdg-flight-info {
    font-size: 1.375rem;
    padding: 10px 5px;
  }

  #about-hokkaido .hdg-flight-info > .lay {
    padding-left: 65px;
  }

  #about-hokkaido .hdg-flight-info > .lay::before {
    background-size: 55px auto;
    height: 22px;
    width: 55px;
  }

  #about-hokkaido .hdg-flight-info .notice {
    font-size: .75rem;
  }

  #about-hokkaido .box-flight-info .flight-content thead th {
    font-size: .9375rem;
    padding: 17px 5px;
  }

  #about-hokkaido .box-flight-info .flight-content tbody td {
    font-size: .9375rem;
    padding: 4px 5px;
  }
  #about-hokkaido .box-flight-info .flight-content tbody tr:first-of-type td {
    padding: 20px 5px 4px;
  }
  #about-hokkaido .box-flight-info .flight-content tbody tr:last-of-type td {
    padding: 4px 5px 20px;
  }
}


/* btn-rediscover-hokkaido-01 =================================================== */
.rediscover-hokkaido .btn-rediscover-hokkaido-01 {
  align-items: center;
  background: #0b328e;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  justify-content: center;
  min-height: 50px;
  position: relative;
  text-align: center;
  transition: all .6s ease;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, .rediscover-hokkaido .btn-rediscover-hokkaido-01 {
    height: 50px;
  }
}
.rediscover-hokkaido .btn-rediscover-hokkaido-01 .external {
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .btn-rediscover-hokkaido-01 {
    font-size: 1.25rem;
    min-height: 60px;
  }

  .rediscover-hokkaido .btn-rediscover-hokkaido-01:hover {
    opacity: .7;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 769px){
  *::-ms-backdrop, .rediscover-hokkaido .btn-rediscover-hokkaido-01 {
    height: 60px;
  }
}

/* recommended-areas,spots =================================================== */
#recommended-areas{
  padding: 50px 25px;
}
#recommended-areas.spots{
  padding: 50px 0;
}

.rediscover-hokkaido .hdg-type01.recommended-areas {
  margin-bottom: 40px;
}
.rediscover-hokkaido .hdg-type01.recommended-areas,
.rediscover-hokkaido .hdg-type01.recommended-spots{
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.recommended-areas img {
  max-width: 217px;
}
.rediscover-hokkaido .hdg-type01.recommended-areas .img02 {
  margin-top: 20px;
  max-width: 202px;
}
.rediscover-hokkaido .hdg-type01.recommended-spots img {
  max-width: 321px;
}

.rediscover-hokkaido .nav-recommended-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.rediscover-hokkaido .nav-recommended-areas li {
  margin-bottom: 20px;
  padding-right: 10px;
  width: 50%;
}
.rediscover-hokkaido .nav-recommended-areas li:nth-child(2n) {
  padding: 0 0 0 10px;
}
.rediscover-hokkaido .nav-recommended-areas li a {
  background: #fff;
  border: 2px solid #eee;
  color: #0b328e;
  display: block;
  font-size: .6875rem;
  height: 100%;
  padding: 10px;
  text-align: center;
}
.rediscover-hokkaido .nav-recommended-areas li a img {
  max-width: 127px;
  width: 100%;
}
.rediscover-hokkaido .nav-recommended-areas li a span {
  display: block;
  margin-top: 5px;
}

#recommended-areas .box-recommended-areas {
  margin-bottom: 40px;
}
#recommended-areas .box-recommended-areas .img {
  position: relative;
  margin-bottom: 25px;
}
#recommended-areas .box-recommended-areas .img .caption {
  display: block;
  font-size: .625rem;
  margin-top: 3px;
  text-align: right;
}
#recommended-areas .box-recommended-areas .img img {
  width: 100%;
}
#recommended-areas .box-recommended-areas .txt .hdg {
  color: #0b328e;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
#recommended-areas .box-recommended-areas .txt .hdg .img01 {
  display: block;
  margin: 0 auto;
  max-width: 127px;
  width: 100%;
}
#recommended-areas .box-recommended-areas .txt .hdg .img02 {
  height: 18px;
  margin-top: 10px;
}
#recommended-areas .box-recommended-areas .txt .hdg span {
  display: block;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}
#recommended-areas .box-recommended-areas .txt .pra {
  line-height: 2;
  margin-bottom: 30px;
}

#recommended-areas .box-recommended-areas .img.recommended-ani .visual {
  overflow: hidden;
  position: relative;
}
#recommended-areas .box-recommended-areas .img.recommended-ani .visual::before {
  background: #e8f5fa;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#recommended-areas .box-recommended-areas.img-left .img.recommended-ani .visual::before {
  transform: translateX(-100%);
}
#recommended-areas .box-recommended-areas.img-right .img.recommended-ani .visual::before {
  transform: translateX(100%);
}
#recommended-areas .box-recommended-areas .img.recommended-ani .visual img {
  opacity: 0;
  transition:all .6s ease;
}
#recommended-areas .box-recommended-areas .img.recommended-ani.visible .visual img { animation: recommended-ani-img 1s ease forwards;}
#recommended-areas .box-recommended-areas.img-left .img.recommended-ani.visible .visual::before { animation: recommended-ani-left-bg 1s ease forwards;}
#recommended-areas .box-recommended-areas.img-right .img.recommended-ani.visible .visual::before { animation: recommended-ani-right-bg 1s ease forwards;}
#recommended-areas .box-recommended-areas .img.recommended-ani .visual a:hover img{
  transform: scale(1.15);
}

@keyframes recommended-ani-img {
  0% {
    opacity: 0;
 }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes recommended-ani-left-bg {
  0% {
    transform: translateX(-100%);
 }
  50% {
    transform: translateX(0);
 }
  60% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(100%);
  }
}
@keyframes recommended-ani-right-bg {
  0% {
    transform: translateX(100%);
 }
  50% {
    transform: translateX(0);
 }
  60% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(-100%);
  }
}

#recommended-areas.spots .box-recommended-areas .txt .hdg {
  font-size: 1.125rem;
  margin-bottom: 15px;
  text-align: left;
}
#recommended-areas.spots .box-recommended-areas .txt .pra {
  line-height: 1.8;
  margin-bottom: 15px;
}
#recommended-areas.spots .box-recommended-areas .txt .sub {
  color: #666;
  font-size: .8125rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  #recommended-areas{
    padding: 100px 0 1px;
  }
  #recommended-areas.spots{
    padding: 100px 0 20px;
  }

  .rediscover-hokkaido .hdg-type01.recommended-areas img  {
    max-width: 384px;
  }
  .rediscover-hokkaido .hdg-type01.recommended-areas .img02  {
    max-width: none;
  }
  .rediscover-hokkaido .hdg-type01.recommended-spots img  {
    max-width: 510px;
  }

  .rediscover-hokkaido .nav-recommended-areas {
    margin: 0 auto 100px;
    max-width: 1080px;
  }
  .rediscover-hokkaido .nav-recommended-areas li {
    margin-bottom: 0;
    padding: 0 15px;
    width: 33.333%;
  }
  .rediscover-hokkaido .nav-recommended-areas li:nth-child(2n) {
    padding: 0 15px;
  }
  .rediscover-hokkaido .nav-recommended-areas li a {
    border: 1px solid #fff;
    font-size: 1rem;
    padding: 15px;
    transition:all .3s ease;
  }
  .rediscover-hokkaido .nav-recommended-areas li a:hover {
    border-color: #eee;
  }
  .rediscover-hokkaido .nav-recommended-areas li a img {
    max-width: none;
  }
  .rediscover-hokkaido .nav-recommended-areas li a span {
    margin-top: 10px;
  }
  #recommended-areas .box-recommended-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 100px;
  }
  #recommended-areas .box-recommended-areas .img {
    margin-bottom: 0;
    width: 57.625%;
  }
  #recommended-areas .box-recommended-areas .img .caption {
    font-size: .75rem;
    margin-top: 5px;
  }
  #recommended-areas .box-recommended-areas .img a {
    display: block;
    position: relative;
  }
  #recommended-areas .box-recommended-areas .img a:focus::before {
    border: 2px solid #b2b2b2 !important;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #recommended-areas .box-recommended-areas .txt {
    width: 42.375%;
  }
  #recommended-areas .box-recommended-areas.img-left .txt {
    padding-right: 20px;
  }
  #recommended-areas .box-recommended-areas.img-right .img {
    order: 1;
  }
  #recommended-areas .box-recommended-areas.img-right .txt {
    order: 0;
    padding-left: 20px;
  }
  #recommended-areas .box-recommended-areas .txt > .lay {
    max-width: 424px;
  }
  #recommended-areas .box-recommended-areas.img-left .txt > .lay {
    margin-left: 10.91%;
    margin-right: 20px;
  }
  #recommended-areas .box-recommended-areas.img-right .txt > .lay {
    margin-left: auto;
    margin-right: 10.91%;
  }
  #recommended-areas .box-recommended-areas .txt .hdg {
    font-size: 2.25rem;
    margin: -15px 0 20px;
    text-align: left;
  }
  #recommended-areas .box-recommended-areas .txt .hdg .img01 {
    margin: 0;
    max-width: 210px;
  }
  #recommended-areas .box-recommended-areas .txt .hdg .img02 {
    height: 22px;
    margin-top: 20px;
  }
  #recommended-areas .box-recommended-areas .txt .hdg span {
    margin-top: 5px;
    text-align: left;
  }
  #recommended-areas .box-recommended-areas .txt .pra {
    font-size: 1.125rem;
  }
  #recommended-areas.spots .box-recommended-areas .txt {
    align-items: center;
    display: flex;
  }
  #recommended-areas.spots .box-recommended-areas{
    margin-bottom: 80px;
  }
  #recommended-areas.spots .box-recommended-areas .txt > .lay {
    width: 100%;
  }
  #recommended-areas.spots .box-recommended-areas .img {
    margin-bottom: 0;
    /*width: 58.064%;*/
    width: 58.0635%;
  }
  #recommended-areas.spots .box-recommended-areas .txt {
    width: 41.937%;
  }
  #recommended-areas.spots .box-recommended-areas.img-left .txt {
    padding-right: 0;
  }
  #recommended-areas.spots .box-recommended-areas.img-right .txt {
    padding-left: 0;
  }
  #recommended-areas.spots .box-recommended-areas.img-left .txt > .lay {
    margin-left: 18.4%;
    margin-right: 0;
  }
  #recommended-areas.spots  .box-recommended-areas.img-right .txt > .lay {
    margin-left: 0;
    margin-right: 18.4%;
  }
  #recommended-areas.spots .box-recommended-areas .txt .hdg {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  #recommended-areas.spots .box-recommended-areas .txt .pra {
    margin-bottom: 20px;
  }
  #recommended-areas.spots .box-recommended-areas .txt .sub {
    margin-bottom: 20px;
  }
}

/* featured-videos =================================================== */
#featured-videos {
  background: #0b328e;
  padding: 50px 0 30px;
}
#recommended-areas + #featured-videos {
  margin-top: -50px;
}
.rediscover-hokkaido .hdg-type01.featured-videos {
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.featured-videos .txt {
  color: #fff;
}
.rediscover-hokkaido .hdg-type01.featured-videos img {
  max-width: 257px;
}

#featured-videos .list-video01 li {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 35px 0;
  text-align: center;
}
#featured-videos .list-video01 li .box-video01 {
  margin: 0 auto 15px;
  max-width: 1920px;
}
.box-video01 .vjs-dock-text {
  display: none;
}
.box-video01 .vjs-big-play-button {
  border: 1px solid #fff;
}
.box-video01 .vjs-picture-in-picture-control {
  display: none;
}

@media screen and (min-width: 769px) {
  #featured-videos {
    padding: 100px 0 60px;
  }
  #recommended-areas + #featured-videos {
    margin-top: 0;
  }
  .rediscover-hokkaido .hdg-type01.featured-videos img {
    max-width: 410px;
  }

  #featured-videos .list-video01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px;
  }
  #featured-videos .list-video01 li {
    font-size: 1.25rem;
    margin: 0 20px 30px;
    width: calc(50% - 40px);
  }
  #featured-videos .list-video01 li .box-video01 {
    margin: 40px auto 25px;
  }
}

/* around-hokkaido =================================================== */
#around-hokkaido {
  background: #e8f5fa;
  padding: 50px 0 30px;
}

.rediscover-hokkaido .hdg-type01.around-hokkaido {
  text-align: center;
  margin-bottom: 40px;
}
.rediscover-hokkaido .hdg-type01.around-hokkaido img {
  max-width: 239px;
}
.rediscover-hokkaido .hdg-type01.around-hokkaido .img02 {
  margin-top: 20px;
  max-width: 152px;
}

#around-hokkaido .img-walk {
  margin-bottom: 56px;
  position: relative;
  text-align: center;
}
#around-hokkaido .img-walk img {
  max-width: 320px;
}
#around-hokkaido .img-walk::after {
  border-bottom: 5px solid #0b3290;
  border-bottom-left-radius: 70px 55px;
  border-left: 5px solid #0b3290;
  border-top: 5px solid #0b3290;
  border-top-left-radius: 70px 55px;
  bottom: -126px;
  content: '';
  display: block;
  height: 104px;
  left: -15px;
  position: absolute;
  right: 0;
  display: none;
}

#around-hokkaido .airport {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #0b328e;
  font-weight: 700;
  margin-top: 7px;
  padding: 30px 36px 75px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#around-hokkaido .airport:before {
  background: #0b328e;
  border-radius: 24px;
  bottom: 25px;
  content: '';
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
  width: 24px;
}
#around-hokkaido .airport:after {
    border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 33px;
  content: '';
  display: inline-block;
  height: 7px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}
#around-hokkaido .airport .head {
  margin-bottom: 24px;
}
#around-hokkaido .airport .head img {
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#around-hokkaido .airport .head .img01 {
  margin-bottom: 14px;
}
#around-hokkaido .airport .body {
}
#around-hokkaido .airport .body img {
  max-width: 100%;
}


#around-hokkaido .box-around .content {
  margin-bottom: 20px;
  position: relative;
}
#around-hokkaido .box-around .content .hdg {
  margin-bottom: 15px;
  position: relative;
}
#around-hokkaido .box-around .content .hdg::after {
  background: #0b3290;
  content: '';
  display: block;
  height: 5px;
  left: -25px;
  position: absolute;
  right: -25px;
  top: 50%;
  z-index: 0;
}
#around-hokkaido .box-around .content:first-of-type .hdg::after {
  left: 50%;
}
#around-hokkaido .box-around .content:last-of-type .hdg::after {
  left: -25px;
  right: 50%;
}
#around-hokkaido .box-around .content .hdg a,
#around-hokkaido .box-around .content .hdg .box {
  background: #fff;
  color: #0b328e;
  display: block;
  font-weight: 700;
  padding: 12px 12px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#around-hokkaido .box-around .content .hdg .box {
  padding-bottom: 26px;
}
#around-hokkaido .box-around .content .hdg a::before {
  background: #0b328e;
  border-radius: 24px;
  bottom: 12px;
  content: '';
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  transform:translate(-50%,0);
  width: 24px;
}
#around-hokkaido .box-around .content .hdg a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 19px;
  content: '';
  display: inline-block;
  height: 7px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}
#around-hokkaido .airport .txt {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 15px auto 0;
}
#around-hokkaido .box-around .content .hdg .txt {
  display: block;
  font-size: .8135rem;
  font-weight: 700;
  margin: 8px auto;
}
#around-hokkaido .box-around .content .hdg img {
  display: block;
  margin: 0 auto;
}
#around-hokkaido .box-around .content .hdg .img01 {
  height: 20px;
}
#around-hokkaido .box-around .content .hdg .img02 {
  margin-top:15px;
  height: 37px;
}
#around-hokkaido .box-around .content .hdg .txt + .img02 {
  margin-top: 0;
}
#around-hokkaido .box-around .content .hdg .external {
  position: absolute;
  right: 8px;
  top: 8px;
}
#around-hokkaido .box-around .content p {
  color: #0b328e;
  line-height: 1.875;
}
#around-hokkaido .box-around{
  display: none;
}

@media screen and (max-width: 768px) {
  #around-hokkaido.under .box-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
  }
  #around-hokkaido.under .box-around .content {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  #around-hokkaido.under .box-around .content .hdg {
    display: flex;
    height: 100%;
    margin: 0;
  }
  #around-hokkaido.under .box-around .content .hdg a {
    padding: 15px 12px 45px;
    width: 100%;
  }
  #around-hokkaido.under .box-around .content .hdg .external {
    right: 5px;
    top: 5px;
  }
  #around-hokkaido.under .box-around .content .hdg::after {
    left: 0;
    right: -25px;
    top: 77px;
  }
  #around-hokkaido.under .box-around .content:first-of-type .hdg::after {
    display: none;
  }
  #around-hokkaido.under .box-around .content:last-of-type .hdg::after {
    left: 0;
    right: -25px;
  }
}

@media screen and (min-width: 769px) {
  #around-hokkaido {
    padding: 100px 0;
  }
  #around-hokkaido.under {
    padding-bottom: 25px;
  }

  .rediscover-hokkaido .hdg-type01.around-hokkaido img {
    max-width: 440px;
  }

  .rediscover-hokkaido .hdg-type01.around-hokkaido .img02 {
    margin-top: 24px;
    max-width: none;
  }

  #around-hokkaido .img-walk {
    margin-bottom: 60px;
  }
  #around-hokkaido .img-walk img {
    max-width: 100%;
  }
  #around-hokkaido .img-walk::after {
    border-bottom: 9px solid #0b3290;
    border-bottom-left-radius: 140px 110px;
    border-left: 9px solid #0b3290;
    border-top: 9px solid #0b3290;
    border-top-left-radius: 140px 110px;
    bottom: -231px;
    height: 210px;
    left: 100px;
  }

  #around-hokkaido .airport {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    padding: 36px 60px 14px;
    transition: all .6s ease;
  }
  #around-hokkaido .airport:hover {
    box-shadow: 0px 0 10px 5px rgba(14, 13, 24, 0.15);
  }
  #around-hokkaido .airport:before {
    border-radius: 36px;
    bottom: 16px;
    height: 36px;
    width: 36px;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  #around-hokkaido .airport:after {
    border-width: 2px;
    height: 10px;
    margin-left: -8px;
    width: 10px;
    top: 0;
    right: 53px;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  #around-hokkaido .airport .head {
    flex-basis: calc(45.725806452% - 34px);
    max-width: calc(45.725806452% - 34px);
  }
  #around-hokkaido .airport .head img {
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #around-hokkaido .airport .head .img01 {
    margin-bottom: 14px;
    transition: all .6s ease;
  }
  #around-hokkaido .airport:hover .head .img01 {
    transform: scale(1.1);
  }
  #around-hokkaido .airport .body {
    flex-basis: calc(54.274193548% - 34px);
    max-width: calc(54.274193548% - 34px);
  }
  #around-hokkaido .airport .body .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 395px;
  }
  #around-hokkaido .airport .body img {
    display: block;
  }
  #around-hokkaido .airport .body .img01 {
    margin-bottom: 12px;
  }

  #around-hokkaido .box-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -20px 30px;
    display: none;
  }
  #around-hokkaido .box-around .content {
    margin: 0 20px 20px;
    width: calc(25% - 40px);
  }
  #around-hokkaido .box-around .content .hdg {
    margin-bottom: 25px;
    position: relative;
  }
  #around-hokkaido .box-around .content .hdg::after {
    display: none;
  }
  #around-hokkaido .box-around .content .hdg a,
  #around-hokkaido .box-around .content .hdg .box {
    min-height: 280px;
    overflow: hidden;
    padding: 40px 10px 154px;
    transition: all .6s ease;
  }
  #around-hokkaido .box-around .content .hdg .box {
    padding-bottom: 118px;
  }
  #around-hokkaido .box-around .content .hdg a::before {
    border-radius: 36px;
    bottom: 16px;
    height: 36px;
    width: 36px;
  }
  #around-hokkaido .box-around .content .hdg a::after {
    border-width: 2px;
    bottom: 27px;
    height: 10px;
    margin-left: -8px;
    width: 10px;
  }
  #around-hokkaido .airport .txt {
    font-size: 17px;
    margin: 18px auto 0;
  }
  #around-hokkaido .box-around .content .hdg .txt {
    font-size: .9375rem;
    margin: 10px auto;
  }
  #around-hokkaido .box-around .content .hdg .img01 {
    height: 26px;
  }
  #around-hokkaido .box-around .content .hdg .img02 {
    bottom: 80px;
    height: 74px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition:all .6s ease;
  }
  #around-hokkaido .box-around .content .hdg a:hover .img02 {
    transform: scale(1.1);
  }
  #around-hokkaido .box-around .content .hdg .external {
    right: 15px;
    top: 15px;
  }
  #around-hokkaido .box-around .content .hdg a:hover {
    box-shadow: 0px 0 10px 5px rgba(14, 13, 24, 0.15);
  }
  #around-hokkaido .box-around .content p {
    font-size: .9375rem;
  }
}


/* enjoy-nature =================================================== */
#enjoy-nature {
  background: #e8f5fa;
  padding: 50px 0 0;
  position: relative;
}
.rediscover-hokkaido .hdg-type01.enjoy-nature,
.rediscover-hokkaido .hdg-type01.enjoy-history-nature,
.rediscover-hokkaido .hdg-type01.enjoy-city-nature{
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.enjoy-nature img {
  max-width: 212px;
}
.rediscover-hokkaido .hdg-type01.enjoy-history-nature img {
  max-width: 370px;
  width: 100%;
}
.rediscover-hokkaido .hdg-type01.enjoy-city-nature img {
  max-width: 306px;
  width: 100%;
}

#enjoy-nature .pre {
  color: #3b5ca5;
  line-height: 1.8;
  margin-bottom: 30px;
}

#enjoy-nature .box-enjoy-nature .nav-nature {
  display: flex;
  justify-content: center;
  margin: 0 20px 20px;
}
#enjoy-nature .box-enjoy-nature .nav-nature li {
  margin: 0 3px;
  width: 59px;
}
@media screen and (max-width: 374px) {
  #enjoy-nature .box-enjoy-nature .nav-nature li { width: 46px; }
}
#enjoy-nature .box-enjoy-nature .nav-nature li a {
  color: #0b328e;
  display: block;
  font-size: .625rem;
  height: 84px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a::before {
  background: left top / 200% auto no-repeat;
  content: '';
  display: block;
  padding-top: 100%;
  margin-bottom: 5px;
  max-height: 57px;
  width: 100%;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.all span {
  align-items: center;
  color: #0b328e;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.all {
  height: auto;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.all::before {
  margin-bottom: 0;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.current.all span {
  color: #fff;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.current::before {
  background-position: 100% top ;
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.all::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_all.png);
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.nature::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_nature.png);
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.hotspring::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_hotspring.png);
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.food::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_food.png);
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.exp::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_exp.png);
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.cruise::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_cruise.png);
}
#enjoy-nature .box-enjoy-nature .nav-nature li a.hotel::before {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_nav_nature_hotel.png);
}
#enjoy-nature .box-enjoy-nature .click-desc {
  color: #0b328e;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#enjoy-nature .box-enjoy-nature .map-nature,
#enjoy-nature .box-enjoy-nature .map-nature .enlarged-map{
  position: relative;
}
#enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .map {
  width: 100%;
}
#enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .direction {
  bottom: 5%;
  position: absolute;
  right: 2.666%;
  width: 6.5333%;
}
#enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .air {
  position: absolute;
}
#enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .car{
  position: absolute;
  width: 8%;
}
#enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .road {
  align-items: center;
  background: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_map_nature_road.png) left top / 100% auto no-repeat;
  color: #fff;
  display: flex;
  font-size: 1.8666vw;
  font-weight: 700;
  height: 10%;
  justify-content: center;
  left: 0;
  padding-bottom: 1%;
  position: absolute;
  top: 0;
  width: 5%;
}
#enjoy-nature .box-enjoy-nature .map-nature > .airport {
  left: 0;
  position: absolute;
  top: 0;
  width: 15%;
}
#enjoy-nature .box-enjoy-nature .map-nature > .airport .txt {
  display: block;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  text-shadow:1px 1px 0 #fff;
}
#enjoy-nature .box-enjoy-nature .map-nature > .airport .btn-tooltip {
  display: block;
  margin: 5px auto 0;
  text-align: center;
  width: 39.5%;
}

#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip {
  background: #0b328e;
  border: 2px solid #0b328e;
  bottom: 85%;
  box-shadow: 0px 0 5px 3px rgba(14, 13, 24, 0.15);
  display: none;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
  width: 180px;
  z-index: 3;
}
#enjoy-nature .box-enjoy-nature .map-nature .airport .box-tooltip {
  background: #fff;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip::before {
  border-color: #0b3390 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
  width: 0;
  z-index: 3;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport {
  padding: 10px;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport .txt01 {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.rediscover-hokkaido.en #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport .txt01 {
  font-size: .875rem;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport .btn {
  background: #d54100;
  color: #fff;
  display: block;
  font-size: .875rem;
  padding: 5px 10px;
  text-align: center;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .btn-close {
  background: rgba(255,255,255,.8);
  border-radius: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  text-indent: 100%;
  top: 8px;
  white-space: nowrap;
  width: 24px;
  z-index: 4;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .btn-close::before,
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .btn-close::after{
  background: #0b328e;
  content: '';
  display: block;
  height: 2px;
  left: 26%;
  position: absolute;
  top: 46%;
  width: 12px;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .btn-close::before {
  transform: rotate(45deg);
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .btn-close::after {
  transform: rotate(-45deg);
}
#enjoy-nature .box-enjoy-nature .map-nature > .spot {
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 4.8%;
}
#enjoy-nature .box-enjoy-nature .map-nature > .spot > a {
  display: block;
}
#enjoy-nature .box-enjoy-nature .map-nature > .spot .box-tooltip {
  bottom: 150%;
}
#enjoy-nature .box-enjoy-nature .map-nature > .spot .box-tooltip::after {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#enjoy-nature .box-enjoy-nature .map-nature > .spot .box-tooltip img {
  max-width: none;
  width: 100%;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .link-spot {
  background: rgba(0,0,0,.5);
  bottom: 0;
  color: #fff;
  display: block;
  font-size:.8751rem;
  font-weight: bold;
  left: 0;
  padding: 7px 8px;
  position: absolute;
  right: 0;
  z-index: 2;
}
#enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .link-spot::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: inline-block;
  height: 6px;
  margin: -6px 0 0 10px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

/* area1 */
#enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .air { bottom: 10%; left: 10%; width: 25.066%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .car{ left: 47%; top: 39%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport01 { left: 11%; top: 31%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport01 .box-tooltip { left: 60px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport01 .box-tooltip::before { left: 54px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport02 { left: 43%; top: 16%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no40 { left: 45%; top: 54%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no232 { left: 42.666%; top: 84.13%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no238 { left: 67%; top: 50%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no275 { left: 66.5%; top: 80%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot01 { left: 53%; top: 9%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot02 { left: 72%; top: 58%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot03 { left: 48%; top: 75%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot04 { left: 42.5%; top: 28%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot05 { left: 48.5%; top: 66%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot06 { left: 9%; top: 24%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot07 { left: 7.5%; top: 37%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot08 { left: 17%; top: 63%;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot06 .box-tooltip { left: 65px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot06 .box-tooltip::before { left: 32px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot07 .box-tooltip { left: 70px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot07 .box-tooltip::before { left: 27px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot08 .box-tooltip { left: 40px;}
#enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot08 .box-tooltip::before { left: 57px;}

/* area2 */
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .air {left: 1%;  top: 12%; width: 25.066%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .car{ left: 48%; top: 28%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport01 { left: 41%; top: 47%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport01 .box-tooltip { bottom: 115%; transform: translate(-59%,0);}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport01 .btn-tooltip { margin-left: 0;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport01 .txt{ left: 50%; position: absolute; top: 50%; transform:translate(0,-52%);white-space: nowrap; }
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport02 { left: 56%; top: 16%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport02 .box-tooltip { bottom: 115%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport02 .txt{ left: 20%; position: absolute; top: 100%; white-space: nowrap;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no12 { left: 32%; top: 43%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no38 { left: 45%; top: 81%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no39 { left: 60%; top: 48%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no40 { left: 36%; top: 2%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no239 { left: 25%; top: 15%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no275 { left: 30%; top: 32%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot01 { left: 36%; top: 45%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot02 { left: 41%; top: 65%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot03 { left: 36%; top: 70%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot04 { left: 37%; top: 60%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot05 { left: 57%; top: 11%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot06 { left: 40%; top: 79%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot07 { left: 31%; top: 10%;}
#enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot08 { left: 53%; top: 4%;}

/* area3 */
#enjoy-nature .box-enjoy-nature .map-nature.area3 .enlarged-map .air {left: 1%;  top: 49%; width: 25.066%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 .enlarged-map .car{ left: 11%; top: 75%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport01 { left: 18%; top: 16%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport01 .box-tooltip { bottom: 115%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport01 .txt{ left: 5%; position: absolute; top: 100%; white-space: nowrap;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport02 { left: 44%; top: 38%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport02 .box-tooltip { bottom: 115%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport02 .txt{ left: 5%; position: absolute; top: 100%; white-space: nowrap;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport03 { left: 19%; top: 80%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport03 .box-tooltip { bottom: 115%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport03 .txt{bottom: 100%;  left: 10%; position: absolute; white-space: nowrap;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 .enlarged-map .road.no44 { left: 51%; top: 73%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot01 { left: 27%; top: 6%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot02 { left: 36%; top: 38%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot03 { left: 36%; top: 47%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot04 { left: 53%; top: 0%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot05 { left: 60%; top: 42%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot06 { left: 50%; top: 12%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot07 { left: 55%; top: 10%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot08 { left: 47%; top: 5%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot09 { left: 31%; top: 46%;}
#enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot10 { left: 30%; top: 86%;}

/* area4 */
#enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .air {left: 8%;  top: 11%; width: 25.066%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .car{ left: 47%; top: 29%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport01 { left: 25%; top: 67%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport01 .box-tooltip { bottom: 115%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport01 .txt{ left: 10%; position: absolute; top: 100%; white-space: nowrap;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport02 { left: 55%; top: 39%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport02 .box-tooltip { bottom: 115%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport02 .txt{ left: 10%; position: absolute; top: 100%; white-space: nowrap;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .road.no38-1 { left: 11%; top: 31%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .road.no38-2 { left: 38%; top: 58%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .road.no44 { left: 75%; top: 40%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot01 { left: 56%; top: 7%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot02 { left: 64%; top: 31%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot03 { left: 66%; top: 41%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot04 { left: 41%; top: 68%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot05 { left: 13%; top: 41%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot06 { left: 29%; top: 52%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot07 { left: 45%; top: 12%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot08 { left: 34%; top: 50%;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot05 .box-tooltip { left: 70px;}
#enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot05 .box-tooltip::before { left: 27px;}

/* area5 */
#enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .air { bottom: 10%; left: 10%; width: 25.066%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .car{ left: 29%; top: 32%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .airport.airport01 { left: 63%; top: 27%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no5 { left: 55%; top: 12%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no227 { left: 36%; top: 2%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no228 { left: 34%; top: 60%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no278 { left: 74%; top: 43%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot01 { left: 55%; top: 39%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot02 { left: 61%; top: 26%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot03 { left: 57%; top: 26%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot04 { left: 63%; top: 34%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot05 { left: 58%; top: 33%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot06 { left: 60%; top: 41%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot07 { left: 84%; top: 30%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot08 { left: 55%; top: 0%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot09 { left: 22%; top: 89%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot10 { left: 23%; top: 14%;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot07 .box-tooltip { left: -40px;}
#enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot07 .box-tooltip::before { left: 136px;}

/* area6 */
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .air { bottom: 10%; left: 6%; width: 25.066%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .car{ left: 23%; top: 58%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .airport.airport01 { left: 68%; top: 46%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no5 { left: 37%; top: 23%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no36 { left: 68%; top: 38%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no229 { left: 34%; top: 6%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no230 { left: 48%; top: 48%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no453 { left: 60%; top: 43%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot01 { left: 59%; top: 23%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot02 { left: 62%; top: 30%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot03 { left: 49%; top: 15%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot04 { left: 27%; top: 1%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot05 { left: 60%; top: 73%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot06 { left: 53%; top: 78%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot07 { left: 40%; top: 73%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot08 { left: 35%; top: 46%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot09 { left: 39%; top: 46%;}
#enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot10 { left: 33%; top: 38%;}


@media screen and (min-width: 769px) {

  #enjoy-nature {
    padding: 140px 0 0;
  }
  #enjoy-nature::after {
    background: #0b328e;
    bottom: 0;
    content: '';
    display: block;
    height: 328px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
  }
  .rediscover-hokkaido .hdg-type01.enjoy-nature img {
    max-width: 371px;
  }
  .rediscover-hokkaido .hdg-type01.enjoy-history-nature img {
    max-width: 659px;
  }
  .rediscover-hokkaido .hdg-type01.enjoy-city-nature img {
    max-width: 556px;
  }

  #enjoy-nature .pre {
    font-size: 1.125rem;
    margin-bottom: 50px;
    text-align: center;
  }

  #enjoy-nature .box-enjoy-nature .nav-nature {
    margin: 0 0 40px;
  }
  #enjoy-nature .box-enjoy-nature .nav-nature li {
    margin: 0 10px;
    width: 80px;
  }
  #enjoy-nature .box-enjoy-nature .nav-nature li a {
    font-size: .8125rem;
    height: auto;
  }



  #enjoy-nature .box-enjoy-nature .map-nature{
    margin: 0 auto;
    max-width: 1240px;
    z-index: 1;
  }
  #enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .direction {
    bottom: 4.573%;
    right: 2.419%;
    width: 3.951%;
  }
  #enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .car{
    width: 4.838%;
  }

  #enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .road {
    font-size: 1.08vw;
    height: 4.42%;
    padding-bottom: .3%;
    width: 2.419%;
  }
  
  #enjoy-nature .box-enjoy-nature .map-nature > .airport {
    width: 8%;
  }
  #enjoy-nature .box-enjoy-nature .map-nature > .airport .txt {
    font-size: 1.4516vw;
  }
  #enjoy-nature .box-enjoy-nature .map-nature > .airport .btn-tooltip {
    width: 46.4%;
  }

  #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip {
    bottom: 85%;
    width: 260px;
  }
  #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport {
    padding: 15px 30px 20px;
  }
  #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport .txt01 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport .btn {
    font-size: 1rem;
    padding: 8px 10px;
    transition: all .6s ease;
  }
  #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip.airport .btn:hover {
    opacity: .7;
  }
  #enjoy-nature .box-enjoy-nature .map-nature > .spot {
    width: 2.903%;
  }
  #enjoy-nature .box-enjoy-nature .map-nature > .spot .box-tooltip{
    bottom: 150%;
    width: 300px;

  }
  #enjoy-nature .box-enjoy-nature .map-nature .box-tooltip .link-spot {
    font-size: 1rem;
    padding: 12px 16px;
  }
  
  /* area1 */
  #enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .air { bottom: 14%; left: 10%; width: 24.516%; }
  #enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .car{ left: 50%; top: 36%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no40 { left: 45.5%; top: 57%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no232 { left: 44%; top: 86.5%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no238 { left: 68%; top: 53%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 .enlarged-map .road.no275 { left: 68.5%; top: 82.5%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport01 { left: 14%; top: 41%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport01 .box-tooltip { left: 50%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport01 .box-tooltip::before { left: 50%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .airport.airport02 { left: 47%; top: 20%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot01 { left: 53.5%; top: 13%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot02 { left: 72.5%; top: 60%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot03 { left: 48.2%; top: 77.5%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot04 { left: 45%; top: 30%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot05 { left: 48.3%; top: 70%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot06 { left: 10%; top: 28%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot07 { left: 8.8%; top: 40%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot08 { left: 18.6%; top: 62.6%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot06 .box-tooltip,
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot07 .box-tooltip,
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot08 .box-tooltip {left: 50%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot06 .box-tooltip::before,
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot07 .box-tooltip::before,
  #enjoy-nature .box-enjoy-nature .map-nature.area1 > .spot.spot08 .box-tooltip::before{left: 50%;}
  
  /* area2 */
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .air {left: 1%;  top: 12%; width: 24.516%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .car{ left: 50%; top: 31%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport01 { left: 40%; top: 53%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport01 .txt{ left: 55%; position: absolute; top: 50%; transform:translate(0,-52%);white-space: nowrap; }
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .airport.airport02 { left: 59%; top: 17%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no12 { left: 34%; top: 46%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no38 { left: 45%; top: 85%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no39 { left: 57%; top: 54%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no40 { left: 37%; top: 3%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no239 { left: 26%; top: 17%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 .enlarged-map .road.no275 { left: 31.5%; top: 33%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot01 { left: 40%; top: 46%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot02 { left: 41%; top: 67%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot03 { left: 38%; top: 70%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot04 { left: 38.5%; top: 60%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot05 { left: 59%; top: 14%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot06 { left: 42.5%; top: 80%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot07 { left: 33.5%; top: 13%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area2 > .spot.spot08 { left: 56.5%; top: 11%;}
  
  /* area3 */
  #enjoy-nature .box-enjoy-nature .map-nature.area3 .enlarged-map .air {left: 3%;  top: 47%; width: 24.516%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 .enlarged-map .car{ left: 12%; top: 79%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport01 { left: 22%; top: 19%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport02 { left: 48%; top: 44%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .airport.airport03 { left: 22%; top: 86%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 .enlarged-map .road.no44 { left: 53.5%; top: 76%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot01 { left: 28%; top: 8%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot02 { left: 36%; top: 38%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot03 { left: 37%; top: 45%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot04 { left: 53%; top: 2%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot05 { left: 61%; top: 42%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot06 { left: 51%; top: 9%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot07 { left: 56%; top: 10%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot08 { left: 49%; top: 5%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot09 { left: 33%; top: 43%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area3 > .spot.spot10 { left: 30%; top: 88%;}
  
  /* area4 */
  #enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .air {left: 8%;  top: 11%; width: 24.516%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .car{ left: 48%; top: 30%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport01 { left: 28.5%; top: 74%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .airport.airport02 { left: 59%; top: 44%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .road.no38-1 { left: 12%; top: 35%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .road.no38-2 { left: 39%; top: 63%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 .enlarged-map .road.no44 { left: 76.5%; top: 43%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot01 { left: 57%; top: 11%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot02 { left: 65%; top: 35%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot03 { left: 67%; top: 42%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot04 { left: 42%; top: 68%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot05 { left: 14%; top: 41.5%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot06 { left: 31%; top: 55%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot07 { left: 46.5%; top: 15%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot08 { left: 34%; top: 54%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot05 .box-tooltip {left: 50%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area4 > .spot.spot05 .box-tooltip::before {left: 50%;}

  /* area5 */
  #enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .air { bottom: 14%; left: 7%; width: 24.516%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .car{ left: 34%; top: 32%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .airport.airport01 { left: 65%; top: 33%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no5 { left: 56%; top: 12%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no227 { left: 39%; top: 3%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no228 { left: 34%; top: 62%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 .enlarged-map .road.no278 { left: 75%; top: 45%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot01 { left: 56%; top: 39%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot02 { left: 62%; top: 28%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot03 { left: 58.5%; top: 30%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot04 { left: 63%; top: 34%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot05 { left: 57.5%; top: 34.5%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot06 { left: 60%; top: 37%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot07 { left: 84.5%; top: 32%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot08 { left: 55%; top: 3%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot09 { left: 22%; top: 93%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot10 { left: 23.5%; top: 19%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot07 .box-tooltip { left: 50%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area5 > .spot.spot07 .box-tooltip::before { left: 50%;}

  /* area6 */
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .air { bottom: 13%; left: 6%; width: 24.516%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .car{ left: 26%; top: 61%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .airport.airport01 { left: 71%; top: 54%;}
  .rediscover-hokkaido.en #enjoy-nature .box-enjoy-nature .map-nature.area6 > .airport.airport01 .txt{ margin-left: -50px; width: 200px;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no5 { left: 38%; top: 23%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no36 { left: 69%; top: 42%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no229 { left: 37%; top: 8%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no230 { left: 49%; top: 50%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 .enlarged-map .road.no453 { left: 62%; top: 46%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot01 { left: 60%; top: 25%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot02 { left: 62%; top: 28%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot03 { left: 49%; top: 15%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot04 { left: 28%; top: 2%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot05 { left: 60%; top: 78%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot06 { left: 54%; top: 80%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot07 { left: 40%; top: 73%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot08 { left: 37%; top: 46%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot09 { left: 40%; top: 46%;}
  #enjoy-nature .box-enjoy-nature .map-nature.area6 > .spot.spot10 { left: 34%; top: 41%;}

}

@media screen and (min-width: 1240px) {
  #enjoy-nature .box-enjoy-nature .map-nature .enlarged-map .road {
    font-size: .8125rem;
  }
  #enjoy-nature .box-enjoy-nature .map-nature > .airport .txt {
    font-size: 1.125rem;
  }
}


/* popular-spots =================================================== */
#popular-spots {
  background: #0b3290;
  padding: 50px 0 0;
}

.rediscover-hokkaido .hdg-type01.popular-spots {
  color: #fff;
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.popular-spots .txt .em {
  color: #00b1e8;
}
.rediscover-hokkaido .hdg-type01.popular-spots img {
  max-width: 237px;
}
#popular-spots .list-popular-spots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px -10px 0;
}
#popular-spots .list-popular-spots li {
  color: #fff;
  font-size: 0.8125rem;
  margin: 0 10px 25px;
  position: relative;
  width: calc(50% - 20px);
}
#popular-spots .list-popular-spots li img {
  width: 100%;
}
#popular-spots .list-popular-spots li .caption {
  display: block;
  font-size: 0.625rem;
  margin: 5px 0 -5px;
  text-align: right;
}
#popular-spots .list-popular-spots li .txt {
  display: block;
  margin-top: 10px;
}
#popular-spots .list-popular-spots li::before {
  background: #ff0;
  border-radius: 25px;

  color: #0b3290;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: 25px;
  left: 10px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -12px;
  width: 25px;
}
#popular-spots .list-popular-spots li:nth-child(1)::before { content: '1';}
#popular-spots .list-popular-spots li:nth-child(2)::before { content: '2';}
#popular-spots .list-popular-spots li:nth-child(3)::before { content: '3';}
#popular-spots .list-popular-spots li:nth-child(4)::before { content: '4';}
#popular-spots .list-popular-spots li:nth-child(5)::before { content: '5';}

@media screen and (min-width: 769px) {
  #popular-spots {
    padding: 100px 0 30px;
  }

  .rediscover-hokkaido .hdg-type01.popular-spots img {
    max-width: 373px;
  }
  #popular-spots .list-popular-spots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px -20px 0;
  }
  #popular-spots .list-popular-spots li {
    font-size: 1.125rem;
    margin: 0 20px 60px;
    width: calc((100% / 3) - 40px);
  }
  #popular-spots .list-popular-spots li .caption {
    font-size: 0.75rem;
    margin: 5px 0 -15px;
  }
  #popular-spots .list-popular-spots li .txt {
    margin-top: 15px;
  }
  #popular-spots .list-popular-spots li::before {
    border-radius: 50px;
    font-size: 1.875rem;
    height: 50px;
    left: 20px;
    line-height: 50px;
    top: -25px;
    width: 50px;
  }
}


/* how-to-get-there =================================================== */
#how-to-get-there {
  padding: 50px 0 0;
}

.rediscover-hokkaido .hdg-type01.there {
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.there img {
  max-width: 256px;
}

#how-to-get-there .box-there .via {
  border-left: 3px solid #0b328e;
  margin-bottom: 15px;
  padding-left: 10px;
}
#how-to-get-there .box-there .via .hdg {
  color: #0b328e;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#how-to-get-there .box-there .via ul li {
  color: #0b328e;
  font-size: .6875rem;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
#how-to-get-there .box-there .via ul li::before {
  background: #0b328e;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: .6em;
  width: 3px;
}
#how-to-get-there .box-there {
  padding-bottom: 360px;
  position: relative;
}
#how-to-get-there .box-there .there-map {
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  transform:translate(-61%,0);
  width: 632px;
  z-index: 0;
}

#how-to-get-there .box-there .there-map .time1,
#how-to-get-there .box-there .there-map .time2,
#how-to-get-there .box-there .there-map .air{
  left: 50%;
  position: absolute;
}
#how-to-get-there .box-there .there-map.area1 .time1,
#how-to-get-there .box-there .there-map.area2 .time1 { margin-left: 135px; top: 165px; width: 50px;}
#how-to-get-there .box-there .there-map.area1 .time2 { margin-left: 50px; top: 5px; width: 40px;}
#how-to-get-there .box-there .there-map.area2 .time2 { margin-left: 50px; top: 125px; width: 40px;}
#how-to-get-there .box-there .there-map.area3 .time1 { margin-left: 105px; top: 235px; width: 50px;}
#how-to-get-there .box-there .there-map.area3 .time2 { margin-left: 160px; top: -10px; width: 40px;}
#how-to-get-there .box-there .there-map.area4 .time1 { margin-left: 105px; top: 210px; width: 50px;}
#how-to-get-there .box-there .there-map.area4 .time2 { margin-left: 140px; top: 20px; width: 40px;}
#how-to-get-there .box-there .there-map.area5 .time1 { margin-left: 120px; top: 165px; width: 50px;}
#how-to-get-there .box-there .there-map.area5 .time2 { margin-left: 50px; top: 35px; width: 40px;}
#how-to-get-there .box-there .there-map.area6 .time1 { margin-left: 120px; top: 165px; width: 50px;}
#how-to-get-there .box-there .there-map.area6 .time2 { margin-left: 140px; top: 0; width: 40px;}
#how-to-get-there .box-there .there-map .air {
  margin-left: -110px;
  top: 125px;
  width: 152px;
}

#how-to-get-there .box-there .there-map-ani{
  opacity: 0;
}

#how-to-get-there .box-there .there-map .time1.there-map-ani.visible{ animation: there-map-ani-time1 .6s ease forwards;}
#how-to-get-there .box-there .there-map .time2.there-map-ani.visible{ animation: there-map-ani-time1 .6s ease .3s forwards;}
@keyframes there-map-ani-time1 {
  0% {
    opacity: 0;
 }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


#how-to-get-there .box-there .there-map .air.there-map-ani.visible{ animation: there-map-ani-air .6s ease .6s forwards;}
@keyframes there-map-ani-air {
  0% {
    opacity: 0;
    transform: translate(-100px,30px);
 }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

@media screen and (min-width: 769px) {
  #how-to-get-there {
    padding: 100px 0;
  }

  .rediscover-hokkaido .hdg-type01.there img {
    max-width: 440px;
  }

  #how-to-get-there .box-there .via {
    border-width: 5px;
    margin: 0 0 30px 8%;
    padding-left: 15px;
    position: relative;
    z-index: 1;
  }
  #how-to-get-there .box-there .via .hdg {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
  #how-to-get-there .box-there .via ul li {
    font-size: .9375rem;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
  }
  #how-to-get-there .box-there .via ul li::before {
    top: .8em;
    width: 5px;
  }
  #how-to-get-there .box-there {
    margin-top: 80px;
    min-height: 610px;
    padding-bottom: 260px;
  }
  #how-to-get-there .box-there .there-map {
    left: auto;
    right: -80px;
    transform: none;
    width: 1264px;
    z-index: 0;
  }
  .rediscover-hokkaido.en #how-to-get-there .box-there {
    min-height: 640px;
  }
  #how-to-get-there .box-there .there-map.area1 .time1,
  #how-to-get-there .box-there .there-map.area2 .time1{ margin-left: 235px; top: 370px; width: 99px;}
  #how-to-get-there .box-there .there-map.area1 .time2 { margin-left: 110px; top: 80px; width: 80px;}
  #how-to-get-there .box-there .there-map.area2 .time2 { margin-left: 90px; top: 240px; width: 80px;}
  #how-to-get-there .box-there .there-map.area3 .time1{ margin-left: 210px; top: 460px; width: 99px;}
  #how-to-get-there .box-there .there-map.area3 .time2 { margin-left: 320px; top: -20px; width: 80px;}
  #how-to-get-there .box-there .there-map.area4 .time1{ margin-left: 190px; top: 440px; width: 99px;}
  #how-to-get-there .box-there .there-map.area4 .time2 { margin-left: 280px; top: 40px; width: 80px;}
  #how-to-get-there .box-there .there-map.area5 .time1{ margin-left: 235px; top: 370px; width: 99px;}
  #how-to-get-there .box-there .there-map.area5 .time2 { margin-left: 110px; top: 80px; width: 80px;}
  #how-to-get-there .box-there .there-map.area6 .time1{ margin-left: 235px; top: 370px; width: 99px;}
  #how-to-get-there .box-there .there-map.area6 .time2 { margin-left: 280px; top: 0; width: 80px;}
  #how-to-get-there .box-there .there-map .air {
    margin-left: -250px;
    top: 220px;
    width: 304px;
  }
  .rediscover-hokkaido.en #how-to-get-there .box-there .there-map.area4 .air {top: 280px;}
}

/* exclusive-customers =================================================== */
#exclusive-customers {
  background: #fff;
  padding: 50px 0;
}

#exclusive-customers .hdg-type02 .img02 {
  margin-top: 20px;
  max-width: 226px;
}

.rediscover-hokkaido .hdg-type01.exclusive-customers {
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.exclusive-customers img {
  max-width: 285px;
}

.rediscover-hokkaido .box-exclusive-customers .img {
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}

.rediscover-hokkaido .box-exclusive-customers .hdg {
  color: #0b3290;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.rediscover-hokkaido .box-exclusive-customers .hdg .em {
  color: #0070c9;
  font-weight: 700;
}
.rediscover-hokkaido .box-exclusive-customers p {
  color: #0b3290;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.rediscover-hokkaido .box-exclusive-customers .price {
  font-family: 'Open Sans Condensed';
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.rediscover-hokkaido .box-exclusive-customers .price .lay {
  background: linear-gradient(transparent 30%, #f2c6b2 0%);
  font-weight: 700;
}
.rediscover-hokkaido .box-exclusive-customers .price .num {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -.05em;
}

@media screen and (min-width: 769px) {
  #exclusive-customers {
    padding: 100px 0;
  }

  #exclusive-customers .hdg-type02 .img02 {
    margin-top: 24px;
    max-width: none;
  }

  .rediscover-hokkaido .hdg-type01.exclusive-customers img {
    max-width: 754px;
  }

  .rediscover-hokkaido .box-exclusive-customers {
    overflow: hidden;
    margin-bottom: 60px;
    padding: 0;
  }
  .rediscover-hokkaido .box-exclusive-customers .img {
    float: left;
    margin: 0 8% 0 0;
    padding: 40px 0 0;
    width: 49.5%;
  }
  .rediscover-hokkaido .box-exclusive-customers .txt {
    overflow: hidden;
  }
  .rediscover-hokkaido .box-exclusive-customers .hdg {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .rediscover-hokkaido .box-exclusive-customers p {
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  .rediscover-hokkaido .box-exclusive-customers .price {
    margin-bottom: 0;
  }
  .rediscover-hokkaido .box-exclusive-customers .price {
    font-size: 2.4rem;
  }
  .rediscover-hokkaido .box-exclusive-customers .price .num {
    font-size: 4.8rem;
  }
  .rediscover-hokkaido .content-layout02 .box-exclusive-customers .img {
    margin: 0 8% 0 -80px;
    padding: 10px 0 0;
    width: 49.5%;
  }
  .rediscover-hokkaido .content-layout02 .box-exclusive-customers .img img {
    margin-left: -80px;
    max-width: 524px;
  }
  #exclusive-customers .btn-view {
    margin: 0 auto;
    max-width: 424px;
  }
}

/* come-to-experience =================================================== */
.rediscover-hokkaido .come-to-experience {
  min-height: 395px;
  padding: 140px 18px 0;
  position: relative;
}
.rediscover-hokkaido.en .come-to-experience {
  min-height: 465px;
}
.rediscover-hokkaido .come-to-experience.middle {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_come-to-experience-middle.jpg) center center / cover no-repeat;
}
.rediscover-hokkaido .come-to-experience.area1 {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_come-to-experience-area1.jpg) center center / cover no-repeat;
}
.rediscover-hokkaido .come-to-experience.area2 {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_come-to-experience-area2.jpg) center center / cover no-repeat;
}
.rediscover-hokkaido .come-to-experience.area3 {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_come-to-experience-area3.jpg) center center / cover no-repeat;
}
.rediscover-hokkaido .come-to-experience.area4 {
  background: url(/japan-travel-planner/rediscover-hokkaido/images/bg_come-to-experience-area4.jpg) center center / cover no-repeat;
}

.rediscover-hokkaido .hdg-experience {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.725;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.rediscover-hokkaido .img-aircraft {
  left: 50%;
  margin-left: -55px;
  position: absolute;
  top: -30px;
  width: 230px;
  z-index: 6;
}

.rediscover-hokkaido .come-to-experience .btn {
  margin: 0 auto;
  max-width: 340px;
  position: relative;
  z-index: 1;
}

.rediscover-hokkaido .come-to-experience .btn a {
  background: #d54100;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.rediscover-hokkaido .come-to-experience .btn a img {
  display: inline-block;
  fill: #fff;
  margin: -2px 12px 0 0;
  vertical-align: middle;
  width: 35px;
}

.rediscover-hokkaido .come-to-experience .btn a span {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .come-to-experience,
  .rediscover-hokkaido.en .come-to-experience{
    min-height: 640px;
    padding: 250px 0 0;
  }

  .rediscover-hokkaido .hdg-experience {
    font-size: 2.5rem;
    margin: 0 0 40px;
  }

  .rediscover-hokkaido .img-aircraft {
    left: 50%;
    margin-left: 180px;
    top: -120px;
    width: 651px;
  }

  .rediscover-hokkaido .come-to-experience .btn {
    max-width: 530px;
  }

  .rediscover-hokkaido .come-to-experience .btn a {
    opacity: 1;
    padding: 18px;
  }

  .rediscover-hokkaido .come-to-experience .btn a:hover {
    background: #c33c00;
  }

  .rediscover-hokkaido .come-to-experience .btn a img {
    margin: -8px .5625rem 0 0;
    width: 55px;
  }

  .rediscover-hokkaido .come-to-experience .btn a span {
    font-size: 1.375rem;
  }
  
  .rediscover-hokkaido .come-to-experience .controller__toggle {
    bottom: 0;
  }
}

.rediscover-hokkaido .ejf-banner-area {
  background: #f0f1f4;
  padding: 40px 18px;
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .ejf-banner-area .bannerBox_01 a {
    margin: 0 auto;
    max-width: 1240px;
  }
}


/* other-area =================================================== */
.rediscover-hokkaido .other-recommend-area {
  padding: 50px 25px;
}
.rediscover-hokkaido .hdg-type01.other-area {
  text-align: center;
}
.rediscover-hokkaido .hdg-type01.other-area img {
  max-width: 303px;
}
.rediscover-hokkaido .list-recommend-area {
  margin: 0;
}
.rediscover-hokkaido .list-recommend-area li {
  margin: 0;
  overflow: hidden;
}
.rediscover-hokkaido .list-recommend-area li a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 183px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.rediscover-hokkaido .list-recommend-area li a::after {
  background: center center / cover no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition:all .6s ease;
  z-index: 0;
}
.rediscover-hokkaido .list-recommend-area li.area1 a::after {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_other_area1.jpg);
}
.rediscover-hokkaido .list-recommend-area li.area2 a::after {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_other_area2.jpg);
}
.rediscover-hokkaido .list-recommend-area li.area3 a::after {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_other_area3.jpg);
}
.rediscover-hokkaido .list-recommend-area li.area4 a::after {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_other_area4.jpg);
}
.rediscover-hokkaido .list-recommend-area li.area5 a::after {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_other_area5.jpg);
}
.rediscover-hokkaido .list-recommend-area li.area6 a::after {
  background-image: url(/japan-travel-planner/rediscover-hokkaido/images/common/bg_other_area6.jpg);
}
.rediscover-hokkaido .list-recommend-area li a:hover::after {
  transform: scale(1.15);
}
.rediscover-hokkaido .list-recommend-area li a .txt {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 1.5;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .rediscover-hokkaido .other-recommend-area {
    padding: 70px 0 50px;
  }
  .rediscover-hokkaido .hdg-type01.other-area img {
    max-width: 544px;
  }
  .rediscover-hokkaido .list-recommend-area {
    display: flex;
    justify-content: space-between;
  }
  .rediscover-hokkaido .list-recommend-area li {
    width: 100%;
    background: #666;
  }
  .rediscover-hokkaido .list-recommend-area li a {
    height: 300px;
    position: relative;
  }
  .rediscover-hokkaido .list-recommend-area li a:focus::before {
    border: 2px solid #b2b2b2 !important;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .rediscover-hokkaido .list-recommend-area li a .txt {
    font-size: 1.375rem;
  }
}


/* fade-in =================================================== */
.rediscover-hokkaido .fade-in{
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s ease-out;
}
.rediscover-hokkaido .fade-in.visible{
  opacity: 1;
  transform: translateY(0);
}

.rediscover-hokkaido .fade-in-order > *{
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s ease-out;
}
.rediscover-hokkaido .fade-in-order.visible > *{
  opacity: 1;
  transform: translateY(0);
}
.rediscover-hokkaido .fade-in-order.visible > *:nth-child(1){
  transition-delay: .5s;
}
.rediscover-hokkaido .fade-in-order.visible > *:nth-child(2){
  transition-delay: .75s;
}
.rediscover-hokkaido .fade-in-order.visible > *:nth-child(3){
  transition-delay: 1s;
}
.rediscover-hokkaido .fade-in-order.visible > *:nth-child(4){
  transition-delay: 1.25s;
}
.rediscover-hokkaido .fade-in-order.visible > *:nth-child(5){
  transition-delay: 1.5s;
}

/* space =================================================== */
.space-btm01 {
  margin-bottom: 0 !important;
}


/* airportinfo =================================================== */
.rediscover-hokkaido .hdg-type03  {
  color: #0b3480;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 2.1875rem;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.rediscover-hokkaido .hdg-type03 .txt {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
}

.rediscover-hokkaido .hdg-type03 .em {
  color: #0070c9;
  font-weight: 700;
}
.main-airportinfo .lead-airportinfo{
  margin: 0 20px 20px;
  color: #0b3290;
  font-size: .875rem;
  text-align: center;
  line-height: 2;
}

.rediscover-hokkaido.airportinfo {
  overflow-y: hidden;
  background: #fff;
}
.rediscover-hokkaido.airportinfo .v1-breadcrumbLayout {
  background: #eff8fb;
}

.main-airportinfo{
  padding: 30px 0;
  background: #eff8fb;
}
.main-airportinfo .map{
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  min-height: 345px;
}
.main-airportinfo .map .img{
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 0;
  margin: 0 0 0 -140px;
  width: 405px;
}
.main-airportinfo .map .air{
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 0;
  margin: 0 -35px 0 0;
  width: 226px;
}
.main-airportinfo .map-airport{
  margin: 0;
}
.main-airportinfo .map-airport li{
  position: absolute;
  left: 50%;
  z-index: 5;
  margin: 0;
}
.main-airportinfo .map-airport li a{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px 7px;
  border: 1px solid #0b328e;
  border-radius: 3px;
  background: #fff;
  color: #0b328e;
  font-size: .8125rem;
  font-weight: bold;
}
.main-airportinfo .map-airport li a::after{
  display: inline-block;
  content: '';
  margin: -5px 0 0 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0b328e;
  border-right: 2px solid #0b328e;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
}
.main-airportinfo .map-airport li.airport01{top: 208px; margin-left: -168px;}
.main-airportinfo .map-airport li.airport02{top: 256px; margin-left: -110px;}
.main-airportinfo .map-airport li.airport03{top: 163px; margin-left: -66px;}
.main-airportinfo .map-airport li.airport04{top: 226px; margin-left: 56px;}
.main-airportinfo .map-airport li.airport05{top: 242px; margin-left: -20px;}
.main-airportinfo .map-airport li.airport06{top: 129px; margin-left: 30px;}
.main-airportinfo .map-airport li.airport07{top: 168px; margin-left: 53px;}
.main-airportinfo .map-airport li.airport08{top: 99px; margin-left: -39px;}
.main-airportinfo .map-airport li.airport09{top: 63px; margin-left: -17px;}
.main-airportinfo .map-airport li.airport10{top: 96px; margin-left: -115px;}

.rediscover-hokkaido.airportinfo .content-layout02{
  padding-top: 50px;
  padding-bottom: 30px;
}
.airportinfo .box-airport{
  margin-bottom: 20px;
}
.airportinfo .box-airport .hdg-airport{
  position: relative;
  margin-bottom: 0;
  padding: 20px 30px 20px 15px;
  background: #0b328e;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.airportinfo .box-airport .hdg-airport::before{
  display: inline-block;
  content: '';
  margin: 0 5px 0 0;
  width: 35px;
  height: 14px;
  background: url(/japan-travel-planner/rediscover-hokkaido/images/airportinfo/hdg-airport.png) 0 0 / 35px auto no-repeat;
  vertical-align: middle;
}
.airportinfo .box-airport .cont{
  padding: 25px 0 0;
}
.airportinfo .box-airport .info-airport .txt{
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.airportinfo .box-airport .info-airport .transportation{
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  line-height: 1.5;
}
.airportinfo .box-airport .info-airport .transportation dt{
  position: relative;
  margin-bottom: 5px;
  color: #666;
  font-size: .8125rem;
  font-weight: bold;
}
.airportinfo .box-airport .info-airport .transportation dt::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 15px;
  height: 15px;
}
.airportinfo .box-airport .info-airport .transportation dt.air::before{
  top:.1em;
  background: url(/japan-travel-planner/rediscover-hokkaido/images/airportinfo/icon-traffic-air.png) 0 0 / 15px auto no-repeat;
}
.airportinfo .box-airport .info-airport .transportation dt.city-traffic::before{
  top:.35em;
  background: url(/japan-travel-planner/rediscover-hokkaido/images/airportinfo/icon-traffic-car.png) 0 0 / 15px auto no-repeat;
}
.airportinfo .box-airport .info-airport .transportation dd{
  margin-bottom: 15px;
  color: #666;
  font-size: .8125rem;
}
.airportinfo .box-airport .info-airport .btn{
  margin-bottom: 25px;
}
.airportinfo .box-airport .info-airport .btn a{
  display: block;
  position: relative;
  padding: 12px 15px;
  min-height: 54px;
  border: 2px solid #0b328e;
  color: #0b328e;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.airportinfo .box-airport .info-airport .btn a .external{
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.airportinfo .box-airport .list-city-traffic{
  overflow: hidden;
  margin: 0 0 20px;
  padding-top: 20px;
  border-top: 1px solid #ced6e8;
}
.airportinfo .box-airport .list-city-traffic > li{
  position: relative;
  float: left;
  margin: 0 25px 15px 0;
  padding-left: 20px;
  font-size: .9375rem;
}
.airportinfo .box-airport .list-city-traffic > li::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #0c308e;
}
.airportinfo .box-airport .list-city-traffic > li::after{
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.airportinfo .box-airport .list-city-traffic > li a{
  color: #006ac3;
}
.airportinfo .box-airport .list-city-traffic > li a:hover{
  color: #D54100;
  text-decoration: underline;
}
.airportinfo .box-airport .list-city-traffic > li a .external{
  margin-left: 10px;
  vertical-align: middle;
}
.airportinfo .box-airport .hdg-tourist{
  margin-bottom: 25px;
  padding-left: 8px;
  border-left: 4px solid #0c308e;
  color: #0c308e;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.airportinfo .box-airport .box-tourist{
  overflow: hidden;
}
.airportinfo .box-airport .box-tourist .img{
  margin-bottom: 25px;
  text-align: center;
}
.airportinfo .box-airport .box-tourist .place{
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
  min-height: 15px;
  color: #0c308e;
  font-size: .6875rem;
}
.airportinfo .box-airport .box-tourist .place::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 15px;
  background: url(/japan-travel-planner/rediscover-hokkaido/images/airportinfo/icon-pin.png) 0 0 / 10px auto no-repeat;
}
.airportinfo .box-airport .box-tourist .lead-tourist{
  margin-bottom: 15px;
  color: #0c308e;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
.airportinfo .box-airport .box-tourist .lead-tourist a{
  color: #0c308e;
  font-weight: bold;
}
.airportinfo .box-airport .box-tourist p{
  margin-bottom: 20px;
  font-size: .9375rem;
  line-height: 1.7;
}
.airportinfo .box-airport .box-tourist .btn{
  margin-bottom: 20px;
}
.airportinfo .box-airport .box-tourist .btn a{
  display: block;
  position: relative;
  padding: 9px 15px;
  border: 2px solid #0b328e;
  color: #0b328e;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.airportinfo .box-airport .box-tourist .btn a::after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0b328e;
  border-right: 2px solid #0b328e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.airportinfo .box-airport .box-tourist .contents-toggle{
  display: none;
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn{
  font-size: .875rem;
  text-align: center;
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn a{
  color: #0b328e;
  font-weight: bold;
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn a::before{
  display: inline-block;
  content: '';
  margin: -6px 10px 0 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0b328e;
  border-right: 2px solid #0b328e;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn.open a::before{
  margin: 0 10px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn-close{
  font-size: .875rem;
  text-align: center;
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn-close a{
  color: #0b328e;
  font-weight: bold;
}
.airportinfo .box-airport .box-tourist .contents-toggle-btn-close a::before{
  display: inline-block;
  content: '';
  margin: 0 10px 0 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0b328e;
  border-right: 2px solid #0b328e;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}



@media screen and (min-width: 769px) {
  /* airportinfo =================================================== */
  .rediscover-hokkaido .hdg-type03  {
    font-size: 3.875rem;
    margin-bottom: 25px;
  }
  .rediscover-hokkaido .hdg-type03 .txt {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .main-airportinfo{
    padding: 30px 0 100px;
    background: #eff8fb;
  }
  .main-airportinfo .lead-airportinfo{
    margin-bottom: 75px;
    font-size: 1.125rem;
  }
  .main-airportinfo .map{
    overflow: hidden;
    position: relative;
    padding-top: 0;
    min-height: 490px;
  }
  .main-airportinfo .map .img{
    top: 0;
    margin: 0 0 0 -310px;
    width: 809px;
  }
  .main-airportinfo .map .air{
    top: 140px;
    margin: 0 236px 0 0;
    width: 446px;
  }
  .main-airportinfo .map-airport{
    margin: 0;
  }
  .main-airportinfo .map-airport li{
    position: absolute;
    left: 50%;
    z-index: 5;
    margin: 0;
  }
  .main-airportinfo .map-airport li a{
    padding: 7px 10px;
    border-radius: 0;
    font-size: 1rem;
    transition:all .3s ease;
  }
  .main-airportinfo .map-airport li a:hover{
    background: #F0F3F8;
  }
  .main-airportinfo .map-airport li a::after{
    margin: -6px 0 0 5px;
    width: 8px;
    height: 8px;
  }
  .main-airportinfo .map-airport li.airport01{top: 292px; margin-left: -298px;}
  .main-airportinfo .map-airport li.airport02{top: 396px; margin-left: -218px;}
  .main-airportinfo .map-airport li.airport03{top: 204px; margin-left: -102px;}
  .main-airportinfo .map-airport li.airport04{top: 312px; margin-left: 100px;}
  .main-airportinfo .map-airport li.airport05{top: 340px; margin-left: -15px;}
  .main-airportinfo .map-airport li.airport06{top: 134px; margin-left: 50px;}
  .main-airportinfo .map-airport li.airport07{top: 216px; margin-left: 140px;}
  .main-airportinfo .map-airport li.airport08{top: 84px; margin-left: -58px;}
  .main-airportinfo .map-airport li.airport09{top: 0; margin-left: -60px;}
  .main-airportinfo .map-airport li.airport10{top: 50px; margin-left: -220px;}
  .main-airportinfo .attention-airportinfo{
    position: absolute;
    top: 390px;
    left: 50%;
    margin: 0 0 0 160px;
    color: #0b3290;
    font-size: .9375rem;
    line-height: 1.75;
  }
  
  .rediscover-hokkaido.airportinfo .content-layout02{
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .airportinfo .box-airport{
    margin-bottom: 20px;
  }
  .airportinfo .box-airport .hdg-airport{
    padding: 20px 15px;
    font-size: 1.375rem;
    cursor: default;
  }
  .airportinfo .box-airport .hdg-airport::before{
    margin: 0 10px 0 0;
    width: 55px;
    height: 22px;
    background-size: 55px auto;
  }
  .airportinfo .box-airport .cont{
    padding: 50px 0 60px;
  }
  .airportinfo .box-airport .info-airport{
    position: relative;
  }
  .airportinfo .box-airport .info-airport .txt{
    margin: 0 320px 30px 0;
    min-height: 60px;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .airportinfo .box-airport .info-airport .transportation{
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .airportinfo .box-airport .info-airport .transportation dt{
    float: left;
    margin-right: .5em;
  }
  .airportinfo .box-airport .info-airport .transportation dt::before{
    left: -30px;
    width: 20px;
    height: 20px;
  }
  .airportinfo .box-airport .info-airport .transportation dt.air::before{
    top: 0;
    background-size: 20px auto;
  }
  .airportinfo .box-airport .info-airport .transportation dt.city-traffic::before{
    top: .25em;
    background-size: 20px auto;
  }
  .airportinfo .box-airport .info-airport .transportation dd{
    overflow: hidden;
    margin-bottom: 15px;
  }
  .airportinfo .box-airport .info-airport .btn{
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    width: 220px;
  }
  .airportinfo.en .box-airport .info-airport .btn{
    width: 250px;
  }
  .airportinfo.zh-CN .box-airport .info-airport .btn,
  .airportinfo.zh-TW .box-airport .info-airport .btn,
  .airportinfo.zh-HK .box-airport .info-airport .btn{
    width: 250px;
  }
  .airportinfo .box-airport .info-airport .btn a{
    font-size: .9375rem;
    transition:all .3s ease;
  }
  .airportinfo .box-airport .info-airport .btn a:hover{
    background: #F0F3F8;
  }
  .airportinfo .box-airport .list-city-traffic{
    margin: 0 0 30px;
    padding-top: 25px;
  }
  .airportinfo .box-airport .list-city-traffic > li{
    margin: 0 30px 15px 0;
    padding-left: 30px;
    font-size: 1rem;
  }
  .airportinfo .box-airport .list-city-traffic > li::before{
    top: 2px;
  }
  .airportinfo .box-airport .list-city-traffic > li::after{
    top: 7px;
  }
  .airportinfo .box-airport .list-city-traffic > li a{
    color: #006ac3;
  }
  .airportinfo .box-airport .hdg-tourist{
    margin-bottom: 30px;
    padding-left: 15px;
    border-left-width: 5px;
    font-size: 1.375rem;
  }
  .airportinfo .box-airport .box-tourist{
    overflow: visible;
  }
  .airportinfo .box-airport .box-tourist::after{
    display: block;
    content: '';
    clear: both;
  }
  .airportinfo .box-airport .box-tourist .img{
    float: left;
    margin: 0 4% 0 0;
    width: 39%;
    max-width: 430px;
  }
  .airportinfo .box-airport .box-tourist .img a{
    display: block;
  }
  .airportinfo .box-airport .box-tourist .txt{
    overflow: hidden;
    padding-left: 0.5%;
    padding-bottom: 10px;
  }
  .airportinfo .box-airport .box-tourist .place{
    margin-bottom: 5px;
    padding-left: 30px;
    min-height: 22px;
    font-size: .8125rem;
  }
  .airportinfo .box-airport .box-tourist .place::before{
    top: 0;
    width: 15px;
    height: 22px;
    background-size: 15px auto;
  }
  .airportinfo .box-airport .box-tourist .lead-tourist{
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
  .airportinfo .box-airport .box-tourist .contents-toggle{
    display: block !important;
  }
  .airportinfo .box-airport .box-tourist .btn{
    margin-bottom: 0;
    max-width: 230px;
  }
  .airportinfo .box-airport .box-tourist .btn a{
    padding: 15px;
    font-size: .9375rem;
    transition:all .3s ease;
  }
  .airportinfo .box-airport .box-tourist .btn a:hover{
    background: #F0F3F8;
  }
  .airportinfo .box-airport .box-tourist .contents-toggle-btn,
  .airportinfo .box-airport .box-tourist .contents-toggle-btn-close{
    display: none !important;
  }
}







/* footer =================================================== */
#footer {
  position: relative;
  z-index: 8;
}
.language_changer{
  margin-top: 0;
}
