﻿.kche-t86 .kche-t86-item-flex>.kche-item-l img{width: 50%;}
.contactmap{margin:50px 0 20px;}
.contactmap-top{text-align:center;}
.contactmap-top p{font-size:var(--fontsize17);margin:5px 0;}
.contactmap-bot{position:relative;margin-top:20px}
.contactmap-bot >img{display:block;width:100%;}
.contactmap-bot-hover{position:absolute;width:2%;height:3%;}
.contactmap-bot-hover.hoverone{top:43%;right:35.5%;}
.contactmap-bot-hover.hovertwo{top:51%;right:30.5%;}
.contactmap-bot-hover.hoverthree{top:42%;right:26.5%;}
.contactmap-bot-hover.hoverfour{top:36.6%;right:23.3%;}
.contactmap-bot-hover.hoverfive{top:32.5%;right:49.6%;}
.contactmap-bot-hover.hoversix{top:47%;right:29.2%;}
.contactmap-bot-hover-icon{width:100%;height:100%;cursor:pointer;}
.contactmap-bot-hover-content{border-radius:5px;background:#fff;width:350px;padding:20px 15px;position:absolute;top:100%;left:50%;transform:translateX(-50%);display:none}
.contactmap-bot-hover-content .contactmap-bot-hover-tit{font-weight:bold;font-size:var(--fontsize20);color:var(--color);margin-bottom:10px;line-height:1.3;}
.contactmap-bot-hover-content p{margin-top:5px}
.contactmap-bot-hover-icon:hover+.contactmap-bot-hover-content{display:block}
@media (max-width:768px){.contactmap-bot-hover{position:static;width:100%;}
.contactmap-bot-hover-content{display:block;position:static;width:100%;transform:none;padding:20px 0 0}
.contactmap-bot-hover-icon{display:none}}