@charset "utf-8";
/* CSS Document */

/* ---------------------------------
  『宿泊約款』ページ専用CSS
------------------------------------*/

section.contents_header {
  background-image: url("../images/terms/mainview.jpg");
}

#terms dl {
	margin-bottom: 5em;}
dl dt {
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;}
dl dt span {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	display: block;
	font-size: 0.8em;
	font-weight: 400;}
dl dt:first-of-type {
	margin-top: 0;}
dl dd {
	line-height: 1.4;}
dl dd p {
	margin-bottom: 0.5em;}
dl dd ul {
	list-style: disc;}
dl dd ul li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;}
dl dd ol {
	list-style: none;}
dl dd ol li {
	margin-left: 1.5em;
	text-indent: -1.5em;}

.notes { margin-bottom: 2em;}
.notes .notes_title {
	margin-bottom: 1em;
	line-height: 1.4;}
.notes table {
	margin-bottom: 1em;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-collapse: collapse;
	width: 100%;
	line-height: 1.4;
	box-sizing: border-box;}
.notes table th {
	padding: 0.5em;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;}
.notes table td {
	padding: 0.5em;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;}
.notes ul {
	margin-left: 1.5em;
	line-height: 1.4;
	list-style: disc;}

@media screen and (max-width: 640px){

.notes .table-scroll {
	overflow: scroll;}

}
