@charset "UTF-8";
/* CSS Document */
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}


#fot_contact { display: none; }



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

#map { position:relative; margin: 0 auto; overflow: hidden; }
#map .section_wrap { width: 100%; margin: 0 auto; }


#map .txt_box p {
font-size: 2.2rem;
font-weight: 600;
line-height: 2.2;
text-align: center;
margin: 0 0 60px;
}



/*block
---------------------------------------------*/
#map .block {
width: 90%;
margin: 0 auto 120px;
padding: 60px 40px;
box-sizing: border-box;
background: #485d9c;
background-size: cover;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#map .block .img { width: 40%; }
#map .block ul {
width: 55%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#map .block ul li { width: 31%; margin-bottom: 20px; }
#map .block ul li a {
display: block;
text-align: center;
font-weight: 800;
color: #0066a1;
background: #fff;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
border: 2px solid #fff;
}
#map .block ul li a::before {
content: "";
position: absolute;
right: 15px;
top: 24px;
background: url("../images/com/arrow_b.svg") 0 0 no-repeat;
background-size: auto;
background-size: auto;
background-size: 100% auto;
width: 8px;
height: 15px;
transform: rotate(90deg);
}
#map .block ul li a:hover { border: 2px solid dodgerblue; }



/*block3
---------------------------------------------*/
#map .block3 { width: 90%; margin: 120px auto; }

#map .block3 .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#map .block3 h2 {
font-size: 3.6rem;
font-weight: 500;
line-height: 1;
margin-bottom: 50px;
}

#map .block3 ul { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
#map .block3 ul::after { content: ''; width: 30%; display: block; }
#map .block3 ul li { width: 32%; margin: -100px 0 50px; padding: 100px 0 0; }
#map .block3 ul li .map { background: #0000d9; padding: 5px; }
#map .block3 ul li .txt { background: #0000d9; padding: 5px; }
#map .block3 ul li h3 {
font-size: 2rem;
margin: 0 2.5% 5px;
color: #fff;
}

#map .block3 .co_table {
width: 95%;
background: #FFF;
padding: 20px;
box-sizing: border-box;
display: block;
margin: 0 auto 20px;
}
#map .block3 .co_table tr {
border-bottom: 1px solid #fba501;
width: 100%;
display: inline-flex;
}
#map .block3 .co_table th { font-size: 1.4rem; width: 30%; text-align: left; padding: 6px 0; }
#map .block3 .co_table td { font-size: 1.4rem; padding: 6px 0; }



}






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

#map { position:relative; margin: 0 auto; overflow: hidden; }
#map .section_wrap { width: 100%; margin: 0 auto; }


#map .txt_box p {
font-size: 1.4rem;
font-weight: 600;
line-height: 2.2;
text-align: center;
margin: 0 5% 40px;
}



/*block
---------------------------------------------*/
#map .block {
width: 100%;
margin: 0 auto 60px;
padding: 40px 5%;
box-sizing: border-box;
background: #485d9c;
background-size: cover;
}

#map .block .img { margin-bottom: 30px; }
#map .block ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#map .block ul li { width: 48%; margin-bottom: 20px; }
#map .block ul li a {
display: block;
text-align: center;
font-size: 1.2rem;
font-weight: 800;
color: #0066a1;
background: #fff;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#map .block ul li a::before {
content: "";
position: absolute;
right: 15px;
top: 24px;
background: url("../images/com/arrow_b.svg") 0 0 no-repeat;
background-size: auto;
background-size: auto;
background-size: 100% auto;
width: 8px;
height: 15px;
transform: rotate(90deg);
}



/*block3
---------------------------------------------*/
#map .block3 { width: 90%; margin: 0 auto; }

#map .block3 .en_ttl {
font-size:1.2rem;
font-weight:500;
line-height: 1;
margin-bottom:10px;
color: #fba501;
}
#map .block3 h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}

#map .block3 ul { position: relative; }
#map .block3 ul li { margin: -80px 0 30px; padding: 80px 0 0; }
#map .block3 ul li .map { background: #0000d9; padding: 5px; }
#map .block3 ul li .txt { background: #0000d9; padding: 5px; }
#map .block3 ul li h3 {
font-size: 1.6rem;
margin: 0 2.5% 5px;
color: #fff;
}

#map .block3 .co_table {
width: 95%;
background: #FFF;
padding: 20px;
box-sizing: border-box;
display: block;
margin: 0 auto 20px;
}
#map .block3 .co_table tr {
border-bottom: 1px solid #fba501;
width: 100%;
display: inline-flex;
}
#map .block3 .co_table th { font-size: 1.2rem; width: 30%; text-align: left; padding: 6px 0; }
#map .block3 .co_table td { font-size: 1.2rem; padding: 6px 0; }


}