@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 768px) {

#access {
margin: 0 auto;
}

#access .gmap{
width: 100%;
margin: 0 0 20px;
}

#access .gmap2{
width: 80%;
margin: 0 auto;
}

#access .gmap iframe,
#access .gmap2 iframe{
width: 100%;
border-radius: 20px;
overflow: hidden;
vertical-align: bottom;
}

#access .address_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#access .address_wrap .address_box1{
width: 65%;
}

#access .parkmap{
width:60%;
margin: 0 auto 50px;
}


#access .map{
width: 800px;
margin: 0 auto 50px;
}

#access .service_wrap{
width: 500px;
margin: 0 auto 60px;
}

#access .jyunro_list{
display: flex;
flex-wrap: wrap;
margin: 0 0 60px;
}

#access .jyunro_list li{
width: 31.22%;
margin-right: 2%;
margin-bottom: 2%;
position: relative;
}

#access .jyunro_list li:nth-child(3n){
margin-right: 0;
}

#access .jyunro_list li .no{
position: absolute;
top: 0;
left:0;
width: 25px;
height: 25px;
background: #008dcf;
color: #FFF;
display: flex;
align-items: center;
font-size: 1.2rem;
line-height: .5;
justify-content: center;
font-weight: 600;
}

#access .jyunro_list li .s_txt{
margin-top: 10px;
font-size: .9rem;
}

}
/*sp*/
@media only screen and (max-width: 767px) {

#access {
margin: 0 auto;
}

#access .gmap{
width: 100%;
margin: 0 0 20px;
}

#access .gmap2{
width: 80%;
margin: 0 auto;
}


#access .gmap iframe,
#access .gmap2 iframe{
width: 100%;
border-radius: 1rem;
overflow: hidden;
vertical-align: bottom;
}

#access .address_wrap{
}

#access .address_wrap .address_box1{
width:100%;
margin-bottom: 20px;
}

#access .parkmap{
width:80%;
margin: 0 auto 30px;
}

#access .map{
width: 100%;
margin: 0 auto 30px;
}

#access .service_wrap{
width: 80%;
margin: 0 auto 30px;
}

#access .jyunro_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 40px;
}

#access .jyunro_list li{
width:48%;
margin-bottom: 2%;
position: relative;
}

#access .jyunro_list li:nth-child(3n){
margin-right: 0;
}

#access .jyunro_list li .no{
position: absolute;
top: 5px;
left: 5px;
width: 25px;
height: 25px;
border-radius: 50%;
background: #008dcf;
color: #FFF;
display: flex;
align-items: center;
font-size: 1.2rem;
line-height: .5;
justify-content: center;
font-weight: 600;
}

#access .jyunro_list li .s_txt{
margin-top: 10px;
font-size: .9rem;
}


}