.bg_gray {
	background: #f3f3f3;
}

div.main-picture {
	filter: brightness(0.5);
}
div.about-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.about-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FF0;
}
div.about-top p {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	margin-top: 40px;
	font-feature-settings: "pwid";
}

@media only screen and (max-width: 1080px) {
	div.about-top h2 {
		font-size: 3.2rem;
	}
	div.about-top p {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 930px) {
	div.about-top h2 {
		font-size: 3.0rem;
	}
	div.about-top p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 840px) {
	div.about-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 680px) {
	div.about-top {
		top: 32%;
	}
}
@media only screen and (max-width: 560px) {
	div.about-top {
		top: 30%;
	}
	div.about-top h2 {
		font-size: 2.6rem;
	}
	div.about-top p {
		font-size: 0.9rem;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	div.about-top {
		width: 95%;
		left: 10px;
	}
}
@media only screen and (max-width: 460px) {
	div.about-top p br {
		display: none;
	}
}
@media only screen and (max-width: 420px) {
	div.about-top {
		top: 27%;
	}
	div.about-top h2 {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 380px) {
	div.about-top h2 {
		font-size: 2.2rem;
	}
}

.about-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

p.about-name {
	font-size: 1.1rem;
	font-weight: 500;
	padding-top: 10px;
	text-align: right;
}
p.about-name br {
	display: block;
}

@media only screen and (max-width: 1080px) {
	p.about-name {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 930px) {
	p.about-name {
		font-size: 0.95rem;
	}
}
@media only screen and (max-width: 876px) {
	p.about-name {
		font-size: 0.85rem;
	}
}
@media only screen and (max-width: 768px) {
	div.product-back {
		width: 90%;
	}
	p.about-name {
		font-size: 1.0rem;
	}
	div.product-content1 {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	p.about-name {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 560px) {
	p.about-name {
		font-size: 0.85rem;
	}
}

div.about-content {
	width: 90%;
	position: relative;
}
div.about-content ul {
	background: #eee;
	padding: 20px 20px 15px 20px;
	border-radius: 10px;
}
div.about-content ul li {
	color: #5e637b;
	font-size: 1.0rem;
	line-height: 1.8rem;
	display: flex;
}
div.about-content ul li p.promise-title {
	color: #f47936;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
	line-height: 1.2rem;
	font-feature-settings: "pwid";
	text-align: justify;
	padding-bottom: 10px;
}
div.about-content ul li p.promise-content {
	font-size: 1.05rem;
	font-weight: 500;
	padding-left: 10px;
	font-feature-settings: "pwid";
	text-align: justify;
}
div.about-content ul li:nth-child(2) p.promise-content {
	padding-bottom: 10px;
}
div.about-content ul li:nth-child(4) p.promise-content {
	padding-bottom: 10px;
}

@media only screen and (max-width: 1080px) {
	div.about-content ul li p.promise-title {
		font-size: 1.1rem;
	}
	div.about-content ul li p.promise-content {
		font-size: 0.95rem;
	}
}
@media only screen and (max-width: 930px) {
	div.about-content ul li p.promise-title {
		font-size: 1.05rem;
	}
	div.about-content ul li p.promise-content {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 876px) {
	div.about-content ul li p.promise-title {
		font-size: 1.0rem;
	}
	div.about-content ul li p.promise-content {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 768px) {
	div.about-content {
		width: 100%;
	}
	div.about-content ul li p.promise-title {
		font-size: 1.1rem;
	}
	div.about-content ul li p.promise-content {
		font-size: 0.95rem;
	}
}
@media only screen and (max-width: 680px) {
	div.about-content ul li p.promise-title {
		font-size: 1.05rem;
	}
	div.about-content ul li p.promise-content {
		font-size: 0.85rem;
	}
}
@media only screen and (max-width: 480px) {
	div.about-content ul li p.promise-title {
		font-size: 1.0rem;
	}
	div.about-content ul li p.promise-content {
		font-size: 0.8rem;
	}
}

h2.about-corner-title {
	max-width: 1440px;
	font-size: 2.4rem;
	margin: 0 auto 60px auto;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-feature-settings: "pwid";
}
table.about-table {
	width: 80%;
	margin: 0 auto;
	max-width: 1440px;
}
table.about-table th {
	padding: 16px 32px;
	border-bottom: #ccc dotted 1px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size: 1.2rem;
	font-weight: 700;
	color: #545454;
	line-height: 130%;
	font-feature-settings: "pwid";
}
table.about-table td {
	padding: 16px 16px 16px 32px;
	border-bottom: #ccc dotted 1px;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 500;
	color: #545454;
	line-height: 130%;
	font-feature-settings: "pwid";
}

table.about-table a {
	color: #545454;
}
table.about-table a:hover {
	color: rgb(0, 94, 102, 1.0);
}
table.about-table th a:after {
	background: url(../images/about/external_link_gray.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 3px;
	overflow: hidden;
	margin: 0 5px 0 8px;
}

@media only screen and (max-width: 1080px) {
	table.about-table {
		width: 85%;
	}
	table.about-table th {
		font-size: 1.1rem;
	}
	table.about-table td {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 930px) {
	table.about-table {
		width: 90%;
	}
	table.about-table th {
		font-size: 1.0rem;
	}
	table.about-table td {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 768px) {
	table.about-table td {
		padding-left: 0;
	}
}
@media only screen and (max-width: 680px) {
	table.about-table th {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 480px) {
	h2.about-corner-title {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	table.about-table th {
		display: block;
		border: none;
		padding: 16px 10px 6px 10px;
		font-size: 0.95rem;
	}
	table.about-table td {
		display: block;
		padding: 0px 0px 10px 20px;
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 420px) {
	h2.about-corner-title {
		font-size: 1.8rem;
	}
}

.access_info {
	width: 80%;
	margin: 0 auto;
	max-width: 1440px;
}
.access_info p {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
.access_info p br {
	display: none;
}
.access_info ul {
	margin: 20px 0;
	text-align: center;
}
.access_info ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 500;
	width: 29%;
	margin: 0 10px 0 0;
	line-height: 130%;
	border-radius: 4px;
	padding: 10px 10px;
	background: rgb(0, 94, 102, 0.65);
	color: #fff;
	transition: 0.5s ease;
	text-align: center;
	font-feature-settings: "pwid";
}
.access_info ul li:hover {
	background: rgb(0, 94, 102, 1.0);
}

#map_canvas {
	width: 100%;
	height: 600px;
}

@media only screen and (max-width: 1130px) {
	.access_info {
		width: 85%;
	}
}
@media only screen and (max-width: 1060px) {
	.access_info {
		width: 90%;
	}
}
@media only screen and (max-width: 1000px) {
	.access_info ul li {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 930px) {
	.access_info p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 900px) {
	.access_info ul li:nth-child(1) {
		width: 33%;
	}
	.access_info ul li:nth-child(2) {
		width: 25%;
	}
	.access_info ul li:nth-child(3) {
		width: 29%;
	}
}
@media only screen and (max-width: 850px) {
	.access_info ul li:nth-child(1) {
		width: 50%;
	}
	.access_info ul li:nth-child(2) {
		width: 36%;
	}
	.access_info ul li:nth-child(3) {
		width: 50%;
		margin-top: 10px;
	}

}
@media only screen and (max-width: 690px) {
	.access_info {
		width: 95%;
	}
	.access_info ul li {
		margin: 0 5px 0 0;
	}
}
@media only screen and (max-width: 540px) {
	.access_info p {
		font-size: 0.9rem;
	}
	.access_info p br {
		display: block;
	}
	.access_info ul li:nth-child(1) {
		font-size: 0;
		vertical-align: top;
		width: 85%;
	}
	.access_info ul li:nth-child(1):before {
		content: "人形町駅（日比谷線・都営浅草線）A3出口 徒歩5分";
		font-size: 0.85rem;
		white-space: pre;
		line-height: 130%;
	}
	.access_info ul li:nth-child(2) {
		font-size: 0;
		vertical-align: top;
		width: 85%;
		margin-top: 10px;
	}
	.access_info ul li:nth-child(2):before {
		content: "浜町駅（都営新宿線）A1出口 徒歩5分";
		font-size: 0.85rem;
		white-space: pre;
		line-height: 130%;
	}
	.access_info ul li:nth-child(3) {
		font-size: 0;
		vertical-align: top;
		width: 85%;
		margin-top: 10px;
	}
	.access_info ul li:nth-child(3):before {
		content: "水天宮前駅（半蔵門線）7出口 徒歩8分";
		font-size: 0.85rem;
		white-space: pre;
		line-height: 130%;
	}
}
@media only screen and (max-width: 400px) {
	.access_info ul li:nth-child(1):before {
		font-size: 0.8rem;
	}
	.access_info ul li:nth-child(2):before {
		font-size: 0.8rem;
	}
	.access_info ul li:nth-child(3):before {
		font-size: 0.8rem;
	}
}
