/*
.box {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 1;
  visibility: visible;
}

.box.is-show {  
  opacity: 0;
  visibility: hidden;
}
*/
/********************/
.box {
  /* Box Styling */
  position: absolute;
  display: block;
  text-align: center;
  margin: 20px auto;
  left: 0;
  right: 0;
  background: #fff;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px 0;
    position: absolute;
    top: 47%;
    transform: translate(-50%,-50%);
    width: 520px;
    min-height: 560px;
    max-height: 70%;
    color: #000;
    text-align: center;
    border-radius: 40px;
}

.modal__content img{
    display: block;
    margin: auto;
    width: 400px;
    padding-bottom: 10px;
}

a{
  text-decoration: none;  
}

area{
  border: none;
  outline: none;
}

/*----------640px以下指定---------- */
@media (max-width: 640px) {
.modal__content{
    padding: 10px 0;
    width: 85vw;
    min-width: 360px;
    min-height: 490px;
    top: 45%;
}
    .modal__content img{
    width: 360px;
}
}

/*----------県名表示---------- */
.section-map{
  position: relative;
  margin-top: -15px;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 460px;
}

/*----------県名表示 Journey---------- */
.section-map2{
  position: relative;
  margin-top: -15px;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 460px;
}

.box_camo{
  position: absolute;
  text-align: center;
  margin-bottom: 20px auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 105px;
  background: #fff;
}

#modal01 ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    list-style: none;
    font-size: 0;
}


#modal01 ul.okinawa { 
    margin-top: 5px;
    padding-bottom: 60px;
    width: 230px;
}

#modal01 ul.movetop { 
    margin-top: -55px;
}

#modal01 ul li{
    position: relative;
    width: 100%;
    margin: 5px 6px;
    white-space: nowrap;
}

#modal01 ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    width: 100%;
    /*border: 2px solid #bbb;*/
    border-radius: 15px;
    text-decoration: none; /* 下線を消す */
    border: none;
    padding: 5px 0;
    }

#modal01 ul li a.none {
    border: none;
    }

#modal01 ul li a:hover{
   background: rgba(0, 0, 0, 0.7);
   color: #fff;
  }


/*----------県表示　640px以下指定---------- */
@media (max-width: 640px) {
.section-map {
    width: 330px;
}
#modal01 ul li{
    margin: 4px 5px;
}
#modal01 ul li a{
    display: block;
    font-size: 11px;
}
#modal01 ul.okinawa {
    width: 180px;
}
}





/*----------県表示Joeney---------- */
#modal02 ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    list-style: none;
    font-size: 0;
}


#modal02 ul.okinawa { 
    margin-top: 5px;
    padding-bottom: 60px;
    width: 230px;
}

#modal02 ul.movetop { 
    margin-top: -55px;
}

#modal02 ul li{
    position: relative;
    width: 100%;
    margin: 5px 6px;
    white-space: nowrap;
}

#modal02 ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    width: 100%;
    /*border: 2px solid #bbb;*/
    border-radius: 15px;
    text-decoration: none; /* 下線を消す */
    border: none;
    padding: 5px 0;
    }

#modal02 ul li a.none {
    border: none;
    }

#modal02 ul li a:hover{
   background: rgba(0, 0, 0, 0.7);
   color: #fff;
  }


/*----------県表示　640px以下指定---------- */
@media (max-width: 640px) {
.section-map2 {
    width: 330px;
}
#modal02 ul li{
    margin: 4px 5px;
}
#modal02 ul li a{
    display: block;
    font-size: 11px;
}
#modal02 ul.okinawa {
    width: 180px;
}
}
