@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ececec;
	height: 100vh;
}
#content {
	width: 100%;
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	font-size: calc(100vw * 16 / 375);
	/*transform: translate(1rem);*/
}
h1, h2 {
	margin: 0;
	padding; 0;
	line-height: 0;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 20px;
}
#points {
	margin-bottom: 0;
}
h3 {
	color: #790501;
	font-weight: bold;
	border-left: 10px #790501 solid;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 1rem;
}
img {
	width: 100%;
}
a:link, 
a:visited, 
a:active, 
a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-size: 1.2em;
}
#contact {
	margin-bottom: 60px;
}
#tel, #reception, #hours {
	text-align: center;
	margin: 0;
	line-height: 1.6em;
	font-size: 1rem;
	font-feature-settings: "palt";
}
#tel a:link,
#tel a:visited,
#tel a:active,
#tel a:hover
 {
	color: #ca0000;
}
#tel
 {
	font-size: 1.16rem;
}
#hours span {
	font-size: 0.92rem;
}
.set {
	display: flex;
	margin-bottom: 0;
	font-size: 1rem;
	width: 97%;
}
.setimg {
	width: 45%;
}
.setimg img {
	width: 97%;
}
.settext {
	width: 55%;
	padding-right: 2.7%;
}
.settext p {
	margin-top: 0;
}
table {
	border-collapse:collapse;
	border-top: solid 1px #cacaca;
	width: 100%;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
tr {
	border-bottom: solid 1px #cacaca;
}
td {
	padding: 10px;
	color: #1e2c4d;
	/*font-feature-settings: "palt";*/
	font-size: 0.9rem;
}
td span {
	display: inline-block;
}
#lasttable {
	margin-bottom: 10px;
}
.notion {
	width: 94%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	font-size: .8rem;
}
#lastnote {
	text-align: right;
}
#aboutpal, #banner {
	margin-bottom: 60px;
}
ul {
	margin-top: 0;
	list-style-type: none;
	margin-left: 1rem;
	padding: 0 15px 5px;
	line-height: 1.4em;
	font-size: 1rem;
}
ul li:before {
	content: '※';
	margin-left: -1rem;
}
ul li {
	margin-bottom: 3px;
}
ul li {
	margin-bottom: 3px;
}
ul li a:link, 
ul li  a:visited, 
ul li  a:active, 
ul li  a:hover {
	font-size: 1rem;
	color: #009900;
}
ul li.strong {
	color: #f00;
}
a#privacy {
	display: block;
	margin: 0 15px 20px;
	font-size: 1rem;
	color: #009900;
}
#footer {
	margin-top: 30px;
}
#buttonarea {
	width: 100%;
	max-width: 768px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background-color: rgba(255, 255, 0, 0.8);
	padding: 0;
	line-height: 0;
}
