/*
 Theme Name:   Lightning Child2021
 Theme URI:    https://lightning.nagoya
 Description:  Lightning Child Theme
 Template:     lightning
 Version:      1.0.0
 Text Domain:  lightning-child
*/

/*
 *	Margin
========================================= */
/* margin-top ----- */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

/* margin-bottom ----- */
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


/*
 *	Grobal
========================================= */
img.wmaxImage {
  width: 100%;
}

/* Table --- */
table.default th {
	font-weight: bold;
	/*background: #d8d8d8;*/
	/*text-align: right;*/
}

/* Responsive Table --- */
@media (max-width: 767px) {
	table.responsive {
		border: solid 1px #e5e5e5;
		border-bottom: none;
	}
	table.responsive th,
	table.responsive td {
		/*text-align: left;*/
		display: block;
	}
	table.responsive th {
		background: #d8d8d8;
	}
}


/*
 *	Header
========================================= */
.siteHeader {
	border-top: solid 8px #0f3182;
}
.header-info {
	display: none;
}
.header-ttl {
	font-size: .875em;
	color: #838383;
	float: left;
	margin-top: 3px;
}
.link-social,
.link-contact,
.link-tel {
	float: right;
	margin-right: 10px;
}
.link-tel {
	font-size: 1.5em;
	font-weight: bold;
}
.link-tel-box {
	float: left;
	font-size: .8em;
	margin: 3px 6px 0 0;
}
.tBox {
	display: inline-block;
	width: 75px;
	color: #fff;
	background: #000;
	text-align: center !important;
	padding: 4px 0 3px;
}
.tBox-plan {
	margin-top: 3px;
	background: #f20c0c;
}
.link-tel a {
	float: right;
	color: #000;
}
.link-tel span {
	display: block;
	font-size: .55em !important;
	font-weight: normal;
	text-align: right;
}
.link-social {
	margin-top: 2px;
}
.link-social img {
	width: 45px;
}

/* nav ----- */
.navbar-brand {
	padding: 0;
}
/*ul.gMenu {
	margin-top: 7px;
}*/

@media (min-width: 992px) {
	.header-info {
		display: block;
	}
	.navbar-brand img {
		max-height: 70px;
	}
}
.page_top_btn{
  right: 10px;
  bottom: 10px;
}
/*マップ*/
#network-map {
	width: 100%;
  background: lightgray;
}

#network-map svg {
	width: 100%;
	height: auto;
}
#network-map svg a:hover path {
	fill: #ff9c00;
}
@media (max-width: 767px) {
  #network-map {
  	width: 780px;
    background: lightgray;
  }
  .network-map-scroll{
  overflow-x: scroll;
  }

.network-map-scroll::-webkit-scrollbar {
  height: 10px;
}
.network-map-scroll::-webkit-scrollbar-track {
  margin: 0;
  background: #ccc;
  border-radius: 0;
}
.network-map-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #666;
}
}

.post-type-archive-network #network-map svg{
  margin-top: -7.1%;
  height: 720px;
}
@media (max-width: 767px){
  .post-type-archive-network #network-map svg{
  height: 540px;
}
}
@media (min-width: 768px) {
.mb-30{
	margin-bottom: 30px;
}
}