@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : terms.css
 author     : Ability Consultant
 style info : 宿泊約款
=================================================================== */
/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.con_main .st_main .en {
		background-image: url(../terms/images/img_main-pc.jpg);
	}
}

@media only screen and (max-width: 767px) {
	.con_main .st_main .en {
		background-image: url(../terms/images/img_main-pc.jpg);
	}
}

/* -----------------------------------------------------------
	.con_terms
----------------------------------------------------------- */
.con_terms {
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.con_terms {
		width: 92%;
	}
}

@media only screen and (max-width: 767px) {
	.con_terms {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.con_terms {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
	.con_terms {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_terms {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_terms {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 1025px) {
	.con_terms {
		padding: 0 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_terms {
		padding: 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_terms {
		padding: 0 1em;
	}
}

.con_terms .box_terms {
	border-bottom: 1px dotted #404040;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.con_terms .box_terms h4 {
	padding-bottom: 5px;
}

.con_terms .box_terms .box_list {
	padding-left: 20px;
}

.con_terms .box_terms .box_list:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.con_terms .box_terms .box_list li {
	list-style-type: decimal;
	line-height: 2.0;
}

.con_terms .box_terms .box_list li ol {
	padding: 10px 0;
}

.con_terms .box_terms .box_list li ol li {
	list-style-type: none;
}

.con_terms .box_terms .box_list li ol.list_parentheses {
	padding-left: 20px;
}

.con_terms .box_terms .box_list li ol.list_parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -1.0em;
}

.con_terms .box_terms .box_list li ol.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

.con_terms .box_terms .box_list li ol.kana_iroha {
	padding-left: 20px;
	list-style-type: katakana-iroha;
}

.con_terms .box_terms .box_list li ol.kana_iroha li {
	text-indent: -1.0em;
	count: none;
	list-style-type: katakana-iroha;
}

.con_terms .box_terms .box_list li ol.kana_iroha li:before {
	content: none;
}

.con_terms .box_terms .box_list li ol.disc {
	padding-left: 20px;
}

.con_terms .box_terms .box_list li ol.disc li {
	list-style-type: disc;
}

.con_terms .box_terms .box_list li ol.disc li ol li {
	list-style-type: none;
}

.con_terms .box_terms .box_list li ol.disc li ol.lower-latin li {
	list-style-type: lower-latin;
}

.con_terms .box_terms .box_list li ol.disc li ol.kana_iroha li {
	list-style-type: katakana-iroha;
	text-indent: 0;
}

.con_terms .box_terms .box_list li ol.lower-latin {
	padding-left: 20px;
}

.con_terms .box_terms .box_list li ol.lower-latin li {
	list-style-type: lower-latin;
}

/* -----------------------------------------------------------
	.con_table
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
	.con_table.view_sp_tab {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_table.view_sp_tab {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.con_table.view_sp_tab {
		display: block;
	}
}

.con_table .w_table {
	border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
	.con_table .w_table {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_table .w_table {
		margin-top: 10px;
	}
}

.con_table .w_table th {
	background-color: #eaeaea;
	text-align: center;
	border: none;
	border-right: 1px solid #ccc;
	padding: 0.8em;
}

.con_table .w_table td {
	margin: 0px 10px;
	text-align: center;
	border-right: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
	.con_table .w_table td {
		width: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.con_table .w_table td {
		width: 40%;
	}
}
