

table {
	margin: 0 auto 30px;
}

table tr {
  padding: .35em;
  border-bottom: 1px dotted #333;
}
thead {
    border-top: 1px dotted #333;	
}

table th{
  	padding: 10px;
    font-family: 'Noto Sans JP', sans-serif;	
}
table td {
  	padding: 10px;
	line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif;	
}

table thead tr{
  color:#333;
}
thead > tr > th:first-of-type {
	width: 40px;
} 
table tbody th {
	min-width: 60px;
    border-right: 1px dotted #333;
}
th.non {
    border-right: none;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
.price span {
    font-size: .6em;
}
.red_bk{
  background:#e81010
}
.red-txt{
  color:#e81010
}

table .btnarea td {
  padding: .2em .5em;
  border-right:none
}

.map_btn {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	font-size: 0.8em;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.map_btn:hover {
	opacity: .5;
}

#aboutus {
	position: relative;
    top: 46px;
}
#aboutus {
	margin-top: 50px;
/
}

/*
#aboutus > div {
	background: rgba(255, 255, 255, .7);
}
*/
.aboutus_inr {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.aboutus_inr > h2,.aboutus_inr p {
    font-family: 'Noto Serif JP', serif;
	text-shadow: 5px 5px 15px #fff ,
	-5px 5px 15px #fff ,
	5px -5px 15px #fff ,
	-5px -5px 15px #fff;	
}
.aboutus_inr > h2 {
	font-size: 1.2rem;
	padding: 5% 0;
	text-align: center;
}
.aboutus_inr > p {
    font-size: 0.9em;
    line-height: 2em;
	font-weight: bold;
}

.pct1 {
	width: 40%;
	max-width: 300px;
	margin: 10px 10px 10px 0;
	float: left;
}
.pct2 {
	width: 40%;
	max-width: 400px;
	margin: 10px 0 10px 10px;
	float: right;
}
.pct3 {
	max-width: 800px;
	margin: 40px auto;
}
.pct1::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width:768px)  {
	#aboutus {
		width: calc(100% - 100px);
		top: 0;
		left: 100px;
		z-index: 100;
	}	
	.pct1 {
		width: 40%;
		max-width: 300px;
		margin: 20px 20px 20px 0;
		float: left;
	}
	.pct2 {
		width: 40%;
		max-width: 400px;
		margin: 20px 0 20px 20px;
		float: right;
	}	

}	


