@charset "utf-8";
/* CSS Document */

/*
* TITLE
******************************************************/
.about-title {
	margin-top: 10px;
	background: #5D0101;
	padding: 30px 15px 5px 15px;
	line-height: 1.8em;
}
.about-title h2 {
	font-size: 160%;
	color: #fff;
}

/*
* CONTENTS
******************************************************/
.about__wrapper {
	padding-top: 30px;
}
.about__content {

}
.about__content-inner {
	width: 100%;
	max-width: 880px;
	margin:auto;
	padding: 60px 0;
}
.top-massage {
	padding-top:60px;
	text-align: right;
}
.top-massage span {
	display :block;
	padding-bottom: 10px;
}
.top-massage img {
	width:100%;
	max-width:201px;
}
.about-table {
	width: 100%;
	max-width: 880px;
	margin:auto;
}
.about-table table {
	width: 100%;
	border-bottom:1px solid #5D0101;
}
.about-table tr {
	width: 100%;
	border-top:1px solid #5D0101;
}
.about-table th {
	width: 25%;
	text-align:left;
	font-weight: normal;
	vertical-align: top;
}
.about-table td {
	width:75%;
	vertical-align: top;
}
@media screen and (max-width:600px) {
	.about__wrapper {
		padding-top: 0px;
	}
	.about__content {
		width:auto;
		margin:15px;
	}
	.about__content-inner {
		margin: 15px 30px;
		width: auto;
		padding: 0;
	}
}

/* maps */
.googlemaps__wrapper {
	max-width: 880px;
	width:100%;
}
.googlemaps {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  /*overflow: hidden;*/
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:750px) {
	.googlemaps__wrapper {
		max-width: 100%;
		width:100%;
		padding:15px 0;
	}
	.googlemaps iframe,
	.googlemaps object,
	.googlemaps embed {
	  width: 100%;
	}

}
