@charset "UTF-8";

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    cursor:pointer
  }

  .marker_yellow{ background: linear-gradient(transparent 60%, #ffff00 60%);}



 /*======map============================================================*/
 .map{ margin: 0 auto ; position: relative; padding: 0 2%;}

 .map_button{cursor: pointer;}
 .map_ttl { text-align: center; color: #004c8a;}
 .map .attend{color: #333; margin-top: 1%; text-align: center;}
 .map_view { text-align: center; padding: 5% 0 0;  position: relative; z-index: 5;}
 .sp_map{display: block;} .pc_map{display: none;}
 .mapbtn li {position: absolute; width: 14%;}
 .hokkaido {right: 10%; top: 4%;}
 .kanto {bottom: 17%; right: 22%; top: inherit;} .tohoku {top: 32%; right: 20%;} .hokuriku {top: 36%; right: 39%;}
 .hokuriku {top: 36%; right: 38%;}
 /* .tokyo {bottom: 17%; right: 27%; top: inherit;} */
 .tokai {right: 43%;  bottom: 18%;} .chugoku {top: 50%; left: 12%;} .kansai { left: 30%; top: 47%;} .okinawa {left: 4%; bottom: 13%;} .maplink {padding: 3% 5% 5%;}
 .maplink li {border-bottom: dotted 1px #7ecbf5; font-size: 15px; color: #388dbc;}
 .maplink li a {display: block; padding: 1%; position: relative;}
 .maplink li a::after { content: " "; left: 4px; box-sizing: border-box;  width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #388dbc;  vertical-align: top; position: absolute; left: 95%; top: 28%;}
 figure.map_bg, .map_wrap.map_2 figure.map_bg { position: absolute; left: 5%;  top: 11%; width: 60%;  margin: 0;}
.map_comment p{
  position: absolute;
  left: 7%;
  /* top: 30%;  */
  top: 230px;
  font-size: 20px;
}
.map_con{width: 90%; margin: 0 auto;}
.map_inner .offer_btn{
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
}
.map_inner .attend{text-align: center;}



/* MAP btn */
  .map_inner {
    overflow-y: scroll;
    display: none;
    position: fixed;
    top: 5%;
    left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);
    width: 90%;
    max-width: 850px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 11;
    padding: 2rem;
    height: 90vh;
    max-height:850px ;
    z-index: 10;
  }

  .map_inner2{max-height: 700px;}

  .button-close {
    position: absolute;
    top: 5%;
    right: 0%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 20rem;
    cursor: pointer;
  }

  .batsu {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #333;
  }

  .batsu::before, .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 21px;
    background: #fff;
  }

  .batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  /* オーバーレイ */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 10;
  }



/*	iframe
=======================================*/
body.overh{overflow: hidden;}
#mapset {
    width: 70%;
    margin: 0 auto;
    position: fixed;
    top: 8%;
    z-index: 950;
    height: 80vh;
    background: #fff;
    padding: 2%;
    border: solid 1px #ccc;
    display: none;
    z-index: 500;
    left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);

}
    #mapset.madd {display: block;}
    .bwrap {
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    cursor: pointer;

}
.bwrap p{
    font-size: 30px;
    position: absolute;
    z-index: 200;
    right: 12%;
    top: 8%;
    color: #333;
    background: #fff;
    border-radius: 8px;
    line-height: 1;
    width: 36px;
    height: 35px;
    padding: 0;
    text-align: center;
}



@media screen and (max-width: 1024px) {

    #mapset{width: 90%; height: 85vh;}
    .bwrap p{right: 1%; top: 2%;}
    .map_comment p{
      /* top: 40%;  */
      top: 200px;
    }


}



@media screen and (max-width: 768px) {
    .sp_map{display: none;} .pc_map{display: block;}
    .map .wrapper{padding: 10% 0;}
    .map_inner{padding:4% 2% ; height: 80vh; max-height: 700px;}
    .map_sub_ttl{font-size: 1rem; padding: 5px 0; width: 250px; top: -3%;}
    .map_con{width: 100%;}
    .map .attend{margin-top: 3%;}
    .map_comment p{
      font-size: 1rem;
      /* top: 29%;  */
      left: 10%;}



}

@media screen and (max-width: 480px) {
    .map_ttl{font-size: 1.125rem; margin-top: 7%;}
    .map .attend p{font-size: 10px;}
    .map_view{margin: 10% 0 5%;}
    .map_comment p{ left: 6%; font-size: 0.875rem; top: 30%;}
    .map_inner{max-height: 620px; height: 85vh; }
    .map_inner2{max-height: 620px; height: 70vh; overflow: hidden;}
    .map_inner2 .map_comment p{
      /* top: 40%; */
      top: 180px;

    }


}

