
#sakoujyu_map_area{
  padding-bottom: 100px;
}

.sakoujyu_map img{
  width: 100%;
}

.sakoujyu_map .sp2{
  display:none; 
}
@media screen and (max-width: 768px) {
  .sakoujyu_map .sp2{
    display: block;
  }
}

.sakoujyu_map .wrap a{
  cursor: pointer;
}
.sakoujyu_map .wrap{
  max-width: 963px;
}
@media screen and (max-width: 1024px) {
  .sakoujyu_map .wrap{
    padding: 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .sakoujyu_map .wrap {
    padding: 0 20px;
  }
}

.sakoujyu_map .main_visual{
  position: relative;
}
.sakoujyu_map .main_visual .head{
  position: absolute;
  left:0%;
  width: 100%;
  bottom: -50px;
}

.sakoujyu_map .main_visual .head .bg{
  position: absolute;
  display: flex;
  width: 100%;
  max-width: 1100px;
  left:50%;
  transform: translateX(-50%);
  height: 100px;
  background: rgba(0 , 138, 113, 1);
  mix-blend-mode: multiply;
  z-index: 1;
}

.sakoujyu_map .main_visual .head .row{
  position: relative;
  display: flex;
  color:#fff;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
  align-items: center;
  padding:20px 60px;
  height: 100px;
}

.sakoujyu_map .main_visual .head .row .col1,
.sakoujyu_map .main_visual .head .row .col2{
  width: 50%;
}
.sakoujyu_map .main_visual .head .row .col1 p small{
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}
.sakoujyu_map .main_visual .head .row .col1 p strong{
  font-size: 4rem;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.sakoujyu_map .main_visual .head .row .col2 .ttl{
  font-size: 5rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}

.sakoujyu_map p.catch{
  font-size: 3rem;
  line-height: 1.57;
  text-align: center;
  color: #373737;
  margin: 90px auto 60px;
}

@media screen and (max-width: 1024px) {
    
  .sakoujyu_map .main_visual .head{
    position: absolute;
    left:45px;
    width: calc(100% - 90px);
    height: 208px;
    bottom: -136px;
  }

  .sakoujyu_map .main_visual .head .bg {
    position: absolute;
    display: flex;
    width: 100%;
    max-width: 1100px;
    left: 0;
    transform: translateX(0%);
    height: 208px;
    z-index: 1;
  }

  .sakoujyu_map .main_visual .head .row{
    display: block;
    height: 208px;
    padding-top: 28px;
  }
  
  .sakoujyu_map .main_visual .head .row .col1,
  .sakoujyu_map .main_visual .head .row .col2{
    width: 100%;
  }

  .sakoujyu_map .main_visual .head .row .col1 {
    margin-bottom: 0.4em;
  }

  .sakoujyu_map .main_visual .head .row .col2 .ttl{
    font-size: 5.4rem;
    line-height: 1.5;
    text-align: left;
  }

  .sakoujyu_map .main_visual .head .row .col1 p small{
    font-size: 1.6rem;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .sakoujyu_map p.catch{
    font-size: 3rem;
    text-align: left;
    margin: 170px auto 80px;
  }
}
@media screen and (max-width: 768px) {

  .sakoujyu_map .main_visual .head {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 28vw;
    bottom: -30%;
  }

  .sakoujyu_map .main_visual .head .bg {
    position: absolute;
    display: flex;
    width: 100%;
    max-width: 1100px;
    left: 0;
    transform: translateX(0%);
    height: 100%;
    z-index: 1;
  }

  .sakoujyu_map .main_visual .head .row{
    display: block;
    height: 100%;
    padding-top: 28px;
    padding: 5% 10%;
  }

  .sakoujyu_map .main_visual .head .row .col2 .ttl{
    font-size: 7vw;
    line-height: 1.5;
    text-align: left;
  }

  .sakoujyu_map .main_visual .head .row .col1 p strong {
    font-size: 5.2vw; 
  }

  .sakoujyu_map .main_visual .head .row .col1 p small{
    font-size: 2vw;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .sakoujyu_map p.catch {
    font-size: 4.5vw;
    text-align: left;
    margin: 23% auto 40px;
  }

}

.sakoujyu_map .nav {
  margin-bottom: 70px;
}

.sakoujyu_map .nav ul{
  display: flex;
  justify-content: space-between;
}
.sakoujyu_map .nav ul>li{
  width: 45%;
}

.sakoujyu_map .nav ul>li>a{
  padding: 20px 0 ;
  font-weight: 900;
}
.sakoujyu_map .nav ul>li>a>span{
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-weight: 900;
}
.sakoujyu_map .nav ul>li>a>span::after{
  position: absolute;
  content: "";
  left:0;
  top:-3px;
  width: 20px;
  height: 20px;
  border-top: 6px solid #219F3D;
  border-right: 6px solid #219F3D;
  transform: rotate(45deg);
}

.sakoujyu_map .nav ul>li:nth-child(2)>a>span::after{
  border-color:#D9420D;
}

.sakoujyu_map .nav ul>li:nth-child(1)>a{
  display: block;
  border-bottom: 8px solid  #219f3d;
}

.sakoujyu_map .nav ul>li:nth-child(2)>a{
  display: block;
  border-bottom: 8px solid  #D9420D;
}

.sakoujyu_map .nav ul>li:nth-child(2)>a::after{
  content: "";
  position: absolute;
  left:0;
  top:0;
}

.sakoujyu_map .nav ul>li>a{
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 1.57rem;
  text-align: center;
  color: #6f6e6f;
}

.sakoujyu_map .section.leisure{
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px dotted #707070;
}
.sakoujyu_map .section .row{
  display: flex;
  margin-bottom: 54px;
}

.sakoujyu_map .section .row .img {
  width: 362px;
  position: relative;
  align-self: start;
  padding-top: 30px;
}

.sakoujyu_map .section .row .img .ttl {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sakoujyu_map .section .row .img .ttl > .bg {
  background-color: #219F3D;
  position: absolute;
  width: 242px;
  height: 54px;
  mix-blend-mode: multiply;
  display: block;
}
.sakoujyu_map .section .row .img .ttl > .bg.red {
  background-color: #D9420D;
}

.sakoujyu_map .section .row .img .ttl > .inline {
  position: relative;
  color: #fff;
  display: block;
  font-size: 3.4rem;
  line-height: 54px;
  width: 242px;
  text-align: center;
  z-index: 1;
}
.sakoujyu_map .section .row .txt{
  width: calc(100% - 362px);
  padding-left: 50px;
}

.sakoujyu_map .section .row .txt .ttl_en{
  margin-bottom: 20px;
  font-family: "Arial Black";
  font-weight: normal;
  font-size: 104px;
  line-height: 0.9;
  text-align: left;
  color: #c3e1bc;
  white-space: nowrap;
}

.sakoujyu_map .section.life .row .txt .ttl_en{
  color: #FCE6C7;
}

.sakoujyu_map .section .row .txt p.msg{
  line-height: 1.57;
  font-size: 2rem;
}

.sakoujyu_map .section .map_ttl{
  line-height: 50px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background-color: #219F3D;
  color:#fff;
  margin-bottom: 50px;
}

.sakoujyu_map .section .map_ttl.red{
  background-color: #D9420D;
}

.sakoujyu_map .section .map_ttl2{
  color: #ED3800;
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}

.sakoujyu_map .section .map_wrap{
  position: relative;
  margin-bottom: 40px;
}
.sakoujyu_map .section .course{
  border-top: 1px solid #219F3D;
}
.sakoujyu_map .section .course dl{
  display: flex;
  align-items: center;
  color: #219F3D;
  border-bottom: 1px solid #219F3D;
} 
.sakoujyu_map .section .course dl dt{
  width: 290px;
  display: flex;
  font-weight: 500;
  font-size: 2.4rem;
  padding:4px 20px;
}
.sakoujyu_map .section .course dl dt>div{
  display: flex;
}
.sakoujyu_map .section .course dl dt>div i{
  width: 36px;
  display: block;
  margin-right: 20px;
}
.sakoujyu_map .section .course dl dd{
  width: calc(100% - 290px);
  font-size: 2.4rem;
}

.sakoujyu_map .section .course dl dd ul>li{
  position: relative;
  padding: 4px 0;
}

.sakoujyu_map .section .course dl dd ul>li:not(:last-child){
  border-bottom: 1px solid #219F3D;
}

.sakoujyu_map .section .course dl dd  ul>li .btn{
  position: absolute;
  display: block;
  width: 58px;
  line-height: 28px;
  border-radius: 4px;
  background: #219F3D;
  color:#fff;
  text-align: center;
  right: 10px;
  top:50%;
  margin-top: -14px;
  font-size: 1.6rem;
  text-align: center;
  transition: opacity 0.5s ease ;
}

.sakoujyu_map .section .course dl dd  ul>li .btn:hover{
  opacity: 0.5;
}

.sakoujyu_map .section .pict{
  display: flex;
  justify-content: space-between;
  padding:0 43px;
  margin-bottom: 40px;
}

.sakoujyu_map .section .pict>li{
  text-align: center;
}

.sakoujyu_map .section .pict>li i{
  width: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.sakoujyu_map .section .pict>li p{
  color:#ED3800;
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .sakoujyu_map .section .row .txt .ttl_en{
    margin-bottom: 20px;
    font-size: 9.45vw;
  }

  .sakoujyu_map .section .map_wrap{
    overflow-x: scroll;
  }

  .sakoujyu_map .section .map_wrap .box{
    width: 1100px;
  }
}

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

  .sakoujyu_map .nav {
    margin-bottom: 30px;
  }

  .sakoujyu_map .nav ul>li{
    width: 47%;
  }

  .sakoujyu_map .nav ul>li>a {
    font-weight: normal;
    font-size: 3.4rem;
    line-height: 1.57;
    padding: 0 0 5px;
    font-weight: 900;
  }

  .sakoujyu_map .nav ul>li>a>span::after{
    position: absolute;
    content: "";
    left:0;
    top:15px;
    width: 15px;
    height: 15px;
    border-top: 6px solid #219F3D;
    border-right: 6px solid #219F3D;
    transform: rotate(45deg);
  }
  
  .sakoujyu_map .section.leisure {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .sakoujyu_map .section .row {
    display: block;
  }
  .sakoujyu_map .section .row .img{
    width: 100%;
    margin-bottom: 60px;
  }
  .sakoujyu_map .section .row .txt{
    width: 100%;
    padding-left: 0;;
  }
  .sakoujyu_map .section .row .txt .ttl_en{
    margin-bottom: 20px;
    font-size: clamp(6rem,13vw,10.4rem);
  }

  .sakoujyu_map .section .course dl{
    display: block;
  } 
  .sakoujyu_map .section .course dl dt{
    width: 100%;
    display: flex;
    font-weight: 500;
    font-size: 2.4rem;
    padding:4px 5px;
    border-bottom: 2px solid #219F3D;
  }
  .sakoujyu_map .section .course dl dt>div{
    display: flex;
  }
  .sakoujyu_map .section .course dl dt>div i{
    width: 36px;
    display: block;
    margin-right: 20px;
  }
  .sakoujyu_map .section .course dl dd{
    width: 100%;
    font-size: 2.1rem;
  }

  .sakoujyu_map .section .course dl dd ul>li{
    position: relative;
    padding: 4px 5px;
  }

  .sakoujyu_map .section .course dl dd ul>li:not(:last-child){
    border-bottom: 1px solid #219F3D;
  }

  .sakoujyu_map .section .course dl dd  ul>li .btn{
    position: absolute;
    display: block;
    width: 58px;
    line-height: 28px;
    border-radius: 4px;
    background: #219F3D;
    color:#fff;
    text-align: center;
    right: 10px;
    top:50%;
    margin-top: -14px;
    font-size: 1.6rem;
    text-align: center;
  }


  .sakoujyu_map .section .pict {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 768px) {
  .sakoujyu_map .section h3.map_ttl {
    line-height: 45px;
    font-size: 2.4rem;
  }

  .sakoujyu_map .section .map_ttl2 {
    font-size: 2.4rem;
  }

  .sakoujyu_map .section .map_ttl2 {
    font-size: 2.4rem;
  }

  .sakoujyu_map .nav ul>li>a {
    font-size: 1.8rem;
  }

  .sakoujyu_map .nav ul>li>a>span {
    padding-left: 25px;
  }

  .sakoujyu_map .nav ul>li>a>span::after {
    top: 7px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #219F3D;
    border-right: 4px solid #219F3D;
    transform: rotate(45deg);
  }

  .sakoujyu_map .nav ul>li:nth-child(1)>a {
    display: block;
    border-bottom: 6px solid #219f3d;
  }

  .sakoujyu_map .nav ul>li:nth-child(2)>a {
    display: block;
    border-bottom: 6px solid #D9420D;
  }

  .sakoujyu_map .section .pict>li i{
    width: 30px;
    margin-bottom: 10px;
  }

  .sakoujyu_map .section .pict>li p{
    font-size: 1rem;
  }

  .sakoujyu_map .section .row .img .ttl > .inline {
    font-size: 2.8rem;
    line-height: 50px;
    width: 200px;
  }

  .sakoujyu_map .section .course dl dd{
    font-size: 1.6rem;
  }

  .sakoujyu_map .section .course dl dd ul>li {
    padding-right: 80px;
  }

  .sakoujyu_map .section .course dl dd ul>li{
    text-indent: -1em;
    margin-left: 1em;
  }

  .sakoujyu_map .section .course dl dd ul>li a{
    text-indent: 0;
  }
}

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

  .sakoujyu_map .section .pict{
    flex-wrap: wrap;
  }

  .sakoujyu_map .section .pict>li{
    width: 25%;
    margin-bottom: 15px;
  }

  .sakoujyu_map .section .pict>li i{
    width: 40px;
    margin-bottom: 5px;
  }

  .sakoujyu_map .section .pict>li p{
    font-size: 1.2rem;
    letter-spacing: -0.1em;
  }
}

/*
sakoujyu_map modal
*/
.sakoujyu_map .lity {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.sakoujyu_map _modal{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sakoujyu_map_modal .box{
  width: 440px;
  margin: 0 auto;
  border:8px solid #ED3800;
  background:#fff;
  padding: 23px 30px 44px;
  min-height: 310px;
}

@media screen and (max-width: 768px) {
  .sakoujyu_map_modal .box {
    width: 100%;
    margin: 0 auto;
    border: 8px solid #ED3800;
    background: #fff;
    padding: 23px 30px 44px;
    min-height: 310px;
    max-width: 440px;
  }
}

.sakoujyu_map_modal .box .ttl{
  display: flex;
  margin-bottom: 27px;
  align-items: center;
}

.sakoujyu_map_modal .box .ttl i{
  width: 42px;
  display: block;
}

.sakoujyu_map_modal .box .ttl>h2{
  padding-left: 20px;
  font-size: 2.4rem;
  color:#ED3800;
}

.sakoujyu_map_modal .box h3{
  margin-bottom: 21px;
  font-size: 1.8rem;
  font-weight: bold;
}

.sakoujyu_map_modal .box .conts {
  line-height: 1.64;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.sakoujyu_map_modal .box .btns{
  display: flex;
  justify-content: center;
}

.sakoujyu_map_modal .box .btns>li{
  margin: 0 15px;
}
.sakoujyu_map_modal .box .btns>li a{
  background:#ED3801;
  line-height: 42px;
  padding: 0 30px;
  display: block;
  color:#fff;
  white-space: nowrap;
}

.sakoujyu_map_modal .lity-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 30px;
  top: 25px;
  display: block;
  pointer-events: all;
}

.sakoujyu_map_modal .lity-close img{
  pointer-events: none;
}

.sakoujyu_map .lity .lity-container >.lity-close{
  display: none;
}

@media screen and (max-width: 768px) {
  .sakoujyu_map_modal .box .btns>li a{
    padding: 0 15px;
  }
}

.sakoujyu_map .map_wrap .box{
  position: relative;
}

.sakoujyu_map .map_wrap .box .area_a{
  position: absolute;
  left:0;
  top:0;
  border-radius: 8px;
  padding-top: 6.8%;
  width: 3.8%;
  padding-top: 4.5%;
  background: #fff;
  opacity:0;
  transition: opacity 0.3s ease;
  /* border:1px solid #f10; */
}

.sakoujyu_map .map_wrap .box .area_a:hover{
  opacity: 0.2
}

.sakoujyu_map .map_wrap1{
  max-width: 960px;
}
.sakoujyu_map .map_wrap2{
  max-width: 961px; 
}
.sakoujyu_map .map_wrap3{
  max-width: 963px; 
}

.sakoujyu_map .map_wrap1 .box .area1 {
  left: 37.85%;
  top: 2.8%;
  width: 7.3%;
}

.sakoujyu_map .map_wrap1 .box .area2 {
  left: 42.56%;
  top: 44.2%;
  width: 7.3%;
}

.sakoujyu_map .map_wrap1 .box .area3 {
  left: 34.05%;
  top: 83.68%;
  width: 7.3%;
}

.sakoujyu_map .map_wrap1 .box .area4 {
  left: 44.28%;
  top: 28.3%;
  width: 7.3%;
}

.sakoujyu_map .map_wrap1 .box .area5 {
  left: 31%;
  top: 17.59%;
  width: 7.3%;
}

.sakoujyu_map .map_wrap1 .box .area6{
  left: 78.9%;
  top: 19.5%;
  width: 7.2%;
}

.sakoujyu_map .map_wrap1 .box .area7 {
  left: 32.4%;
  top: 48.1%;
}

.sakoujyu_map .map_wrap1 .box .area8 {
  left: 35.55%;
  top: 41.68%;
}

.sakoujyu_map .map_wrap1 .box .area9 {
  left: 42.46%;
  top: 56.2%;
}

.sakoujyu_map .map_wrap2 .box .zoom {
  position: absolute;
  width: 11%;
  display: block;
  padding-top: 8.1%;
  left: 32.3%;
  top: 31%;
  cursor: pointer;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sakoujyu_map .map_wrap2 .box .zoom:hover{
  opacity: 0.2;
}

.sakoujyu_map .map_wrap2 .box .area_a{
  position: absolute;
  left:0;
  top:0;
  border-radius: 8px;
  width: 2.78%;
  padding-top: 3.3%;
  border-radius: 5px;
  cursor: pointer;
}

.sakoujyu_map .map_wrap2 .box .area1{
  left: 13%;
  top: 42.3%;
}

.sakoujyu_map .map_wrap2 .box .area2 {
  left: 16.75%;
  top: 40.3%;
}

.sakoujyu_map .map_wrap2 .box .area3 {
  left: 50.38%;
  top: 34.3%;
}

.sakoujyu_map .map_wrap2 .box .area4 {
  left: 54.36%;
  top: 39.6%;
}

.sakoujyu_map .map_wrap2 .box .area5 {
  left: 56.8%;
  top: 55.5%;
  width: 2.4%;
}
.sakoujyu_map .map_wrap2 .box .area6 {
  left: 59.3%;
  top: 55%;
  width: 2.45%;
}

.sakoujyu_map .map_wrap2 .box .area7 {
  left: 63%;
  top: 71%;
  width: 2.45%;
  padding-top: 2%;
}

.sakoujyu_map .map_wrap2 .box .area8 {
  left: 62.63%;
  top: 75%;
}

.sakoujyu_map .map_wrap2 .box .area9 {
  left: 95.7%;
  top: 72.7%;
}

.sakoujyu_map .map_wrap2 .box .area9_2 {
  left: 67.65%;
  top: 54.2%;
  width: 23.815%;
  border-radius: 0;
  padding-top: 19%;
}


.sakoujyu_map .map_wrap3 .box .area_a{
  position: absolute;
  left:0;
  top:0;
  width: 3.15%;
  padding-top: 3.6%;
  border-radius: 5px;
  cursor: pointer;
}

.sakoujyu_map .map_wrap3 .box .area1{
  left: 22%;
  top: 36.4%;
}

.sakoujyu_map .map_wrap3 .box .area2 {
  left: 30.75%;
  top: 32.8%;
}

.sakoujyu_map .map_wrap3 .box .area3 {
  left: 41.02%;
  top: 39.35%;
}

.sakoujyu_map .map_wrap3 .box .area4 {
  left: 47.6%;
  top: 40.5%;
}

.sakoujyu_map .map_wrap3 .box .area5 {
  left: 50%;
  top: 46.45%;
}

.sakoujyu_map .map_wrap3 .box .area6 {
  left: 48.4%;
  top: 53.1%;
}

.sakoujyu_map .map_wrap3 .box .area7 {
  left: 56.4%;
  top: 52.4%;
}

.sakoujyu_map .map_wrap3 .box .area8 {
  left: 49.78%;
  top: 67.5%;
}

.sakoujyu_map .map_wrap3 .box .area9 {
  left: 60.6%;
  top: 76.95%;
}

.sakoujyu_map .map_wrap3 .box .area10 {
  left: 64.8%;
  top: 76.21%;
}

.sakoujyu_map .map_wrap3 .box .area11 {
  left: 73.8%;
  top: 82.5%;
}

