@charset "UTF-8";

.table_normal th {
  font-weight: lighter;
}

.tab_cnt {
	padding: 20px 0 30px;
}

@media screen and (max-width:767px) {
  .gray_box01 {
    padding: 20px 15px 10px;
  }
  .link_page {
    margin-bottom: 30px;
  }
  .link_page ul li a {
    font-size: 14px;
  }
  .link_page ul li a:after {
    left: -14px;
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width:768px) {
	.link_page ul li {
		width: 165px;
	}
}

/* map_wrap
-------------------------------------------------- */
.map_wrap {
  position: relative;
}
.map_img {
  width: 81.87%;
  margin: 0 auto;
}
.map_img img {
  width: 100%;
}
.map_btn_wrap {}
.map_btn {
  position: absolute;
  width: 19.678%;
  height: 9.469%;
}
.map_area_btn {
  width: 14.99%;
  height: 11.363%;
}
.map_btn01 {
  top: 3.78%;
  left: 10%;
}
.map_btn02 {
  top: 16.04%;
  left: 10%;
}
.map_area_btn01 {
  top: 8.51%;
  left: 42.82%;
}
.map_area_btn02 {
  top: 34.27%;
  left: 74.256%;
}
.map_area_btn03 {
  top: 61.371%;
  left: 58.94%;
}
.map_area_btn04 {
  width: 18%;
  top: 52.378%;
  left: 69.169%;
}
.map_area_btn05 {
  top: 33.045%;
  left: 38.528%;
}
.map_area_btn06 {
  top: 70.1%;
  left: 49.059%;
}
.map_area_btn07 {
  top: 47.439%;
  left: 24.224%;
}
.map_area_btn08 {
  top: 60.59%;
  left: 9.3%;
}
.map_area_btn09 {
  top: 83.1%;
  left: 32.79%;
}
.map_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: #1ba1e6;
  border: 1px solid #1ba1e6;
  z-index: 0;
  transition: all .2s;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}
.map_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: -2;
}
.map_btn a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
  visibility: visible;
}
.map_btn a:hover {
  color: #1ba1e6;
  transition: all .2s;
}
.map_btn02 a {
  background-color: #60b950;
  border: 1px solid #60b950;
}
.map_btn02 a:hover {
  color: #60b950;
}
.map_area_btn a {
  padding: 2% 10px;
  background-color: #f08600;
  border: 1px solid #f08600;
}
.map_area_btn a:hover {
  color: #f08600;
}
.map_area_btn a span {
  margin-bottom: 2px;
  font-size: 12px;
}
@media print, screen and (min-width:768px) {
  .map_wrap {
    margin-top: 40px;
  }
  .map_btn_block {
    margin-right: 10px;
  }
  .map_btn_wrap .map_btn_block:last-of-type {
    margin-right: 0;
  }
}

/* map_list_wrap
-------------------------------------------------- */
.bdr_tp_none {
	border-top: none !important;
}
.map_list_wrap {
  border: 1px solid #c0bfc7;
}
.map_list_wrap .map_list {}
.map_list_wrap .map_list li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
}
.map_list_wrap .map_list li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #5aa9de;
}
.map_list_wrap .map_list li:nth-of-type(2):after {
  background-color: #60b950;
}
.map_list_wrap .map_list li:nth-of-type(3):after {
  background-color: #f08600;
}
@media print, screen and (min-width:768px) {
  .map_list_wrap {
    position: relative;
    width: 268px;
    padding: 15px;
    margin: -55px 0 0 auto;
  }
  .map_list_wrap .map_list {}
  .gray_box01.link_page {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .map_list_wrap {
    width: 235px;
    margin: 10px 0 0 auto;
    padding: 10px;
  }
  .map_list_wrap .map_list li {
    font-size: 13px;
  }
}