@media print, screen and (min-width: 601px) { .topWrap #header { z-index: 2; } }

#headTel-pc { position: relative; height: 80px; }

#headTel-pc:hover #headTelList { display: block; }

#headTelList { display: none; }

#headTelList .headTelList_childBox { display: none; }

#headTelList .headTelList_item:hover > span { display: block; text-align: center; color: #fff; background-color: #333333; border-radius: 15px; position: relative; z-index: 21; }

#headTelList .headTelList_item:hover > span:before { content: ''; display: block; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; position: absolute; top: 8px; z-index: 2; }

#headTelList .headTelList_item:hover > span:after { content: ''; display: block; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; position: absolute; top: 8px; z-index: 1; }

#headTelList .headTelList_item:hover > .headTelList_childBox { display: block; }

#headTelList { position: absolute; width: 200px; top: 75px; left: 10px; z-index: 20; background-color: rgba(255, 255, 255, 0.9); border: 1px solid #999999; border-radius: 7px; padding: 10px 20px; }

#headTelList .headTelList_item { padding: 8px 0; border-top: 1px solid #999999; text-align: center; font-size: 1.6rem; position: relative; }

#headTelList .headTelList_item:first-child { border-top: none; }

#headTelList .headTelList_childBox { position: absolute; width: 420px; background-color: transparent; z-index: 20; }

#headTelList .headTelList_childBox.fukuoka { top: -80px; }

#headTelList .headTelList_childBox.fukuoka:before { top: 80px; }

#headTelList .headTelList_childBox:before { content: ''; display: block; height: 40px; width: 300px; position: absolute; top: 0; background-color: transparent; }

#headTelList .headTelList_child { position: relative; background-color: #fff; border: 1px solid #999; border-radius: 7px; padding: 5px 20px; max-height: 90vh; overflow-y: auto; overflow-x: visible; }

#headTelList .headTelList_child li { overflow: hidden; padding: 8px 0; border-top: 1px solid #999; }

#headTelList .headTelList_child li:first-child { border-top: 0; }

#headTelList .headTelList_child_left { float: left; width: 270px; }

#headTelList .headTelList_child_btn { display: block; float: right; border-radius: 7px; width: 72px; height: 57px; background-color: #ef901b; color: #fff; text-align: center; font-size: 1.2rem; padding-top: 10px; -webkit-transition: opacity .3s ease-in; -o-transition: opacity .3s ease-in; transition: opacity .3s ease-in; }

#headTelList .headTelList_child_btn:hover { opacity: 0.6; }

#headTelList .headTelList_child_top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 5px; }

#headTelList .headTelList_child_top_name { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; border: 1px solid #ef901b; padding: 5px 12px; border-radius: 20px; text-align: center; font-size: 1.4rem; color: #ef901b; font-weight: bold; }

#headTelList .headTelList_child_top_tel { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-weight: bold; font-size: 2.2rem; }

#headTelList .headTelList_child_top_tel:before { content: 'Tel.'; font-size: 1.9rem; }

#headTelList .headTelList_child_bottom { font-size: 1.2rem; }

@media print, screen and (min-width: 1361px) { #headTelList .headTelList_item:hover > span:before { right: -35px; border-right: 6px solid #fff; border-left: 0px solid transparent; }
  #headTelList .headTelList_item:hover > span:after { right: -33px; border-right: 6px solid #999; border-left: 0px solid transparent; }
  #headTelList .headTelList_childBox { left: 175px; top: 0; }
  #headTelList .headTelList_childBox:before { left: -175px; }
  #headTelList .headTelList_child { margin-left: 15px; } }

@media print, screen and (max-width: 1360px) { #headTelList .headTelList_item:hover > span:before { left: -35px; border-left: 6px solid #fff; border-right: 0px solid transparent; }
  #headTelList .headTelList_item:hover > span:after { left: -33px; border-left: 6px solid #999; border-right: 0px solid transparent; }
  #headTelList .headTelList_childBox { right: 175px; top: 0; }
  #headTelList .headTelList_childBox:before { right: -175px; }
  #headTelList .headTelList_child { margin-right: 15px; } }
