@charset "utf-8";
/* -----------------------------------------------------------
	.con_location
----------------------------------------------------------- */
.con_location {
	width: 100%;
	background: #e3728b;
	color: #fff;
	border-top: 2px solid #fff;
}
.con_location .box_location {
	width: 760px;
	margin: 0 auto;
	padding: 65px 0 30px;
}
.con_location .box_location h2 img {
	width: 290px;
	display: block;
	margin: 0 auto;
}
.con_location .box_location .con_add {
	text-align: center;
	padding-top: 45px;
}
.con_location .box_location .con_add .box_add {
	display: inline-block;
	text-align: left;
}
.con_location .box_location .con_add .box_add p {
	line-height: 2.0;
}
.con_location .box_location .con_add .box_add p span {
	display: inline-block;
	font-size: 1.6rem;
}
.con_location .box_location .con_add .box_add p span.st {
	width: 5em;
}
.con_location .box_location .con_add .box_add p span.st.chara2 {
	letter-spacing: 1em;
}
.con_location .box_location .txt_intro {
	text-align: center;
	padding-top: 50px;
	font-size: 2.8rem;
	font-weight: bold;
}
.con_location .box_location .txt_intro br {
	display: none;
}
.con_location .box_location .img_acc {
	padding-top: 55px;
}
.con_location .box_location .img_acc img {
	display: block;
}
.con_location .box_location .wrap_location {
	margin-top: 30px;
}
.con_location .box_location .wrap_location dl {
	margin-top: 5px;
}
.con_location .box_location .wrap_location dl dt {
	background: #fff;
	text-align: center;
	color: #e3728b;
	font-weight: bold;
	padding: 6px 0;
	line-height: 1;
}
.con_location .box_location .wrap_location dl dd {
	background: #f08a9b;
	padding: 8px 20px;
}
.con_location .box_location .wrap_location dl dd ul {
	overflow: hidden;
	width: 100%;
}
.con_location .box_location .wrap_location dl dd ul li {
	display: table;
	vertical-align: middle;
	width: 330px;
	float: left;
	margin-left: 60px;
	line-height: 1.8;
}
.con_location .box_location .wrap_location dl dd ul li:nth-child(2n+1) {
	margin-left: 0;
}
.con_location .box_location .wrap_location dl dd ul li span {
	display: table-cell;
	color: #fff;
}
.con_location .box_location .wrap_location dl dd ul li span.meter {
	text-align: right;
}
.con_location .box_location .note {
	padding-top: 30px;
	font-size: 1.1rem;
	color: #fff;
}

@media only screen and (max-width: 767px) {
  .con_location .box_location {
	width: 100%;
	padding: 40px 0 10px;
  }
  .con_location .box_location h2 img {
	width: 160px;
  }
  .con_location .box_location .con_add {
	padding-top: 30px;
  }
  .con_location .box_location .con_add .box_add p span {
	font-size: 1.3rem;
  }
  .con_location .box_location .con_add .box_add p span.st {
	width: 4em;
  }
  .con_location .box_location .txt_intro span img {
	height: 20px;
  }
  .con_location .box_location .txt_intro {
	padding: 30px 10px 0;
	font-size: 1.9rem;
  }
  .con_location .box_location .txt_intro br {
	display: block;
  }
  .con_location .box_location .img_acc {
	padding: 20px 10px 0;
  }
  .con_location .box_location .wrap_location {
	margin-top: 30px;
	padding: 0 10px;
  }
  .con_location .box_location .wrap_location .location ul {
	width: 100%;
	float: none;
	margin: 0;
  }
  .con_location .box_location .wrap_location .location ul li span {
	font-size: 1.2rem;
  }
  .con_location .box_location .wrap_location .location ul li span.name {
	padding-right: 3em;
  }
  .con_location .box_location .wrap_location .location .txt {
	padding-top: 15px;
	font-size: 1.6rem;
  }
  .con_location .box_location .wrap_location .location .txt br {
	display: block;
  }
  .con_location .box_location .note {
	font-size: 1.1rem;
	padding: 20px 20px 0;
  }
}
