@charset "utf-8";
.basic-table {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
}
.basic-table td, .basic-table th {
	border: 1px solid #000;
	font-weight: normal;
	padding: 10px;
}
.staff-txt {
	text-align: left;
	margin: 0 auto 20px auto;
}
#time-table {
	margin-bottom: 20px;
}
.pick-up .tel {
	color: #ef9122;
	font-size: 28px;
	font-family: hannari;
	padding: 8px 0px 14px 0px;
	border: 1px solid #ef9122;
	text-align: center;
	margin: 0 auto 10px auto;
}
#link {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 10px;
	padding-left: 15px;
	width: 10.5em;
	margin: 0 auto;
}



/*************
/* ここからSP用
*************/
@media screen and (max-width: 767px) {
.scroll {
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.scroll::-webkit-scrollbar {
 height: 5px;
}
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.google-maps {
	height: 300px;
}
#photo-list li {
	margin-bottom: 20px
}
}





/*************
/* ここからPC用
*************/
@media print, screen and (min-width: 768px) {
.staff-txt {
	text-align: center;
}
.basic-table {
	width: auto;
	margin: 0 auto;
}
.basic-table td, .basic-table th {
	padding: 10px 60px;
}
.basic-table th {
	white-space:  nowrap;
	}
.fee-table th {
	padding: 10px 20px;
}
}
