@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;
	text-align: center;
}
.fee-table {
	border-collapse: collapse;
	width: 100%;
}
.fee-table td, .fee-table th {
	font-weight: normal;
	padding: 10px;
	text-align: left;
}
.fee-table td {
	white-space: nowrap;
}
.fee-table tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#time-table {
	margin-bottom: 20px;
}




/*************
/* ここから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) {
.basic-table {
	width: auto;
	margin: 0 auto;
}
.basic-table td, .basic-table th {
	padding: 10px 60px;;
}
.fee-table th {
	padding: 10px 20px;
}
.google-maps {
	margin-bottom: 40px;
}
#photo-list-box {
	background-color: #EDEDED;
	padding: 30px 0;
	margin-bottom: 40px;
}
#time-table {
	width: 570px;
	margin: 0 auto 110px auto;
}
	
}
