/*======================================

about

======================================*/
.about .information {
	width: 1000px;
	margin: 0 auto 70px;
	padding: 0 0 35px 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	box-sizing: border-box;
}

.about .information::after {
	content: '';
	width: 100%;
	height: 7px;
	background: #fff;
	border: solid 1px #dd5900;
	left: 0;
	bottom: 0;
	position: absolute;
}

.about .information h3 {
	font-size: 47px;
	letter-spacing: 0.16em;
	display: inline-block;
	margin-right: 50px;
}

.about .information ul {
	display: flex;
	flex-direction: column;
	margin-top: -8px;
	padding-top: 2px;
}

.about .information ul li {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.18em;
	padding-left: 33px;
	margin-top: 8px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,
	.about .information ul li {
		margin-top: 5px !important;
	}

	*::-ms-backdrop,
	.about .information ul li .title {
		top: 9px !important;
		padding-top: 6px !important;
	}
}

.about .information ul li .date {
	font-size: 17px;
  letter-spacing: 0.12em;
  margin-right: 25px;
	display: inline-block;
	padding-top: 1px;
}

.about .information ul li .title {
	display: inline-block;
	max-width: 410px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
  top: 2px;
}

.about .map-wrap {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
	padding-left: 30px;
	justify-content: space-between;
	align-items: flex-start;
}

.about .shop-detail {
	width: 400px;
	padding-top: 5px;
	font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.9;
}

.about .shop-detail > dl > div dd .logo {
	padding-top: 5px;
	width: 220px;
	margin: 0 auto 17px;
}

.about .shop-detail > dl > div dd .logo img {
	display: inline-block;
	width: 100%;
}

.about .shop-detail > dl > div dd p {
	text-align: justify;
}

.about .shop-detail > dl > div + div {
	margin-top: 52px;
}

.about .shop-detail > dl > div > dt {
	font-size: 18px;
	letter-spacing: 0.18em;
  margin-bottom: 30px;
}

.bg-hline {
	color: #e86300;
	background: #fff;
	padding: 1px 6px 1px 8px;
}

.about .shop-detail .address {
	display: inline-block;
	margin-bottom: 16px;
}


.about .shop-detail .dot-line div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.about .shop-detail .btn-link {
	margin-top: 62px;
}

.about .map {
	width: 480px;
	height: 690px;
	overflow: hidden;
}