@charset "UTF-8";
.location_title,
.access_title{
    margin:0 auto 100px;
    text-align: center;
    }
.map_box{
    margin-bottom:60px;
    }
.map_box .cap{
    text-align: right;
    font-size:11px;
    padding-top:4px;
    }
@media screen and  (max-width: 1000px) {
.location_title, .access_title {
    margin: 0 auto 50px;
    }
}
@media screen and (max-width: 767px){
.location_title,
.access_title {
    margin: 0 auto 25px;
    }
.map_box {
    margin-bottom: 40px;
}
.map_box .cap{
    font-size:10px;
    }

}









.info_box h3{
    background:#4d4a52;
    margin-bottom:20px;
    padding: 1px 0 3px 0;
}
.info_box h3 img{
    height:14px;
}

.environment {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: space-between;
  margin: 0 auto;
}
.column {
  flex: 1 1 45%;
  min-width: 300px;
}
.block {
  margin-bottom: 30px;
}
.block h4 {
  font-size: 26px;
  margin: 0;
  border-bottom: 2px solid #333;
}

.block ul{
   margin-top: 10px;
}
.block li {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  padding:3px 0;
}
.block li span:first-child {
  float: left;
  padding-right: 5px;
}
.block li span:last-child {
  float: right;
  padding-left: 5px;
}

.block li::after {
  content: "................................................";
  letter-spacing: 2px;
  color: #aaa;
  overflow: hidden;
  display: block;
  margin-top: -4px;
    }
.block li.two::after{
    margin-top: 1em;
    }
@media screen and  (max-width: 1000px) {
.environment {
  
  gap: 3rem;
  letter-spacing: 0;
    }
.block h4 {
  font-size: 20px;
    }

}

@media (max-width: 768px) {
.info_box h3 img {
    height: 10px;
    }
.environment {
    flex-direction: column;
    gap: 0;
    }
.environment {
    font-size:13px;
    }
.column {
    flex: 1 1 100%;
    }
.block h4 {
    font-size: 18px;
    }
.block li::after {
  content: "...........................................................................................";
    }
}


@media screen and (max-width: 540px) {
.environment {
    font-size: 10px; 
    }
 .block li::after {
  content: ".................................................................";
    } 

}





.access_box{
    padding:90px 0 70px;
}
.access_box .box_01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.access_box .box_01 .text_box{
    width:48%;
    letter-spacing: -0.01em;
}
.access_box .box_01 .text_box .title{
    font-size:27px;
    margin-bottom:40px;
    line-height:1.5em;
}
.access_box .box_01 .image{
    width:49%;
}
.access_box .box_01 .image .cap{
    font-size:11px;
    text-align: right;
}
@media screen and  (max-width: 1000px) {
.access_box .box_01 {
    flex-direction: column;
    }
.access_box .box_01 .text_box {
    width: 100%;
    text-align: center;
}
.access_box .box_01 .image {
    width: 75%;
    margin: 30px auto 0;
}
.access_box .box_01 .text_box .title{
    font-size:20px;
    letter-spacing: -0.02em;
} 
}
@media (max-width: 768px) {
.access_box {
    padding: 30px 0 40px;
}
.access_box .box_01 .text_box .title{
    font-size:18px;
}
.access_box .box_01 .text_box .text{
    letter-spacing: -0.02em;
}
.access_box .box_01 {
    margin-bottom: 30px;
}
.access_box .box_01 .image {
    width: 100%;
    margin: 30px auto 0;
}
.access_box .box_01 .image .cap{
    font-size:10px;
}

}



.image_box .image,
.image_box_smp .image{
    position: relative;
    margin: 0;
}
.image_box .image span,
.image_box_smp .image span{
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 4px;
    font-size: 12px;
}




.box_02{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.box_02 .text_box{
    width:38.6%;
}
.box_02 .image_box{
    width:51.6%;
}
.box_02 .image_box .title{
    background: #4d4a52;
    color:#fff;
    padding:2px 0 2px 10px;
    font-size:12px;
    margin-bottom:10px;
}
.box_02 .image_box .image_inner{
    display: flex;
    justify-content: space-between;
}
.box_02 .image_box .image_inner div{
    width:47%;
}
.box_02 .image_box .image_inner div img{
    margin-bottom:10px;
}

@media screen and  (max-width: 1000px) {
.box_02{
    flex-direction: column;
}
    
.box_02 .text_box {
    width: 56%;
    margin: 0 auto 30px;
    }
.box_02 .image_box{
    width:100%;
}
.box_02 .image .image_inner{
    width: 65.2%;
    margin: 0 auto;
}   
.box_02 .image .image_inner div{
    width: 47.4%;
}    
}
@media (max-width: 768px) {
.box_02{
    flex-direction: column;
}  
.box_02 .text_box {
    width: 70%;
    margin: 0 auto 50px;
    }
}

@media screen and (max-width: 540px) {
.box_02{
    flex-direction: column;
}  
.box_02 .text_box {
    width: 100%;
    margin: 0 auto 20px;
    }

}




.box_03{
    
}
.box_03 .title{
    background: #4d4a52;
    color:#fff;
    padding:2px 0 2px 10px;
    font-size:12px;
    margin-bottom:10px;
}
.box_03 .image_box{
    display: flex;
    justify-content: space-between;
}
.box_03 .image_box div{
    width:31%;
}
.box_03 .image_box div img{
    margin-bottom:10px;
}

@media screen and  (max-width: 1000px) {
    
}
@media (max-width: 768px) {
.box_03 .image_box {
    flex-direction: column;
}
.box_03 .image_box div,
.box_03 .image_box_smp div {
    width: 100%;
    margin-bottom: 15px;
}   
.box_03 .image_box_smp div img{
    margin-bottom:10px;
}
    .box_03 .title {
    font-size: 13px;
    padding: 2px 0;
    text-align: center;
    letter-spacing: -0.03em;
}
.box_03 .image_box div img.smp_on{
    height: 5.2vw;
    width: auto;
}  
.box_03 .image_box_smp div img.smp_on{
    height: 12.2vw;
    width: auto; 
    }
}


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

}





