@charset "UTF-8";

.cmn_intro_img {
	background-image: url("../kamiya/img/img-main.jpg");
	background-position: center right 30%;
}

.cmn_intro_img_cts {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	background: #2E2928;
	padding: 60px 50px;
	text-align: center;
	width: 416px;
	height: 416px;
}

.kamiya_subttl {
	font-size: 20px;
	line-height: 1;
}

.kamiya_ttl {
	font-size: 72px;
	line-height: 1;
	margin-top: 20px;
	border-bottom: 1px solid;
	padding-bottom: 35px;
}

.kamiya_ttl span {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}

.kamiya_txt {
	padding-top: 35px;
}

.flow {
	padding-top: 110px;
}

.flow_ttl {
	font-size: 30px;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid;
}

.flow_row {
	border-bottom: 1px dashed #ccc;
	padding: 60px 30px;
	display: flex;
	justify-content: space-between;
	counter-reset: num;
}

.flow_col.-txt {
	width: 65%;
}

.flow_col_ttl {
	font-size: 24px;
	margin-bottom: 30px;
}

.flow_col_ttl span {
	margin-right: 10px;
}

.flow_col_txt {
}

.flow_col.-txt a.-tel {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin-top: 30px;
	line-height: 1;
}

.flow_col.-txt a.-tel:before {
	position: absolute;
	font-family: icomoon;
	content: "\e906";
	top: 50%;
	left: 0;
	font-size: 32px;
	margin-top: -16px;
}

.flow_col_time {
	margin-top: 10px;
}

.flow_col_add {
	margin-top: 25px;
}

.flow_col_add b,
.flow_col_add span {
	display: inline-block;
	vertical-align: middle;
}

.flow_col_add b {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}

.flow_col_add span.-map {
	color: #FFF;
	background: #2E2928;
	line-height: 1;
	padding: 5px 10px;
	margin-left: 10px;
}


html.IE .flow_col_add span.-map {
	padding: 10px 10px 5px 10px;
}

.kamiya_olist {
	list-style-type: none;
}

.kamiya_olist > li {
	position: relative;
	padding-left: 1em;
	margin-top: 25px;
}

.kamiya_olist > li:first-child {
	margin-top: 0;
}

.kamiya_olist > li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num) ")";
	top: 0;
	left: 0;
}

.flow_col_sublist {
	margin-top: 10px;
}

.flow_col_sublist > li {
	position: relative;
	padding-left: 0.5em;
}

.flow_col_sublist > li:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #2E2928;
}

/* ご利用料金 */
.menu_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid;
	padding-bottom: 15px;
}

.menu_ttl {
	font-size: 30px;
	line-height: 1;
}

.menu_ttl small {
	font-size: 14px;
}

.menu_note {
}

.menu_tbl {
	width: 100%;
}

.menu_tbl th,
.menu_tbl td {
	border-bottom: 1px solid #ccc;
	padding: 30px;
}

.menu_tbl th {
	text-align: left;
}

.menu_tbl td {
	text-align: right;
}

.menu_comment {
	margin-top: 20px;
}

/* サービス概要 */
.outline {
	padding: 110px 0 90px;
	counter-reset: num;
}

.outline_tbl {
	width: 100%;
}

.outline_tbl caption {
	font-size: 20px;
	color: #FFF;
	background: #2E2928;
	text-align: left;
	line-height: 1;
	padding: 20px 35px;
}

.outline_tbl th,
.outline_tbl td {
	padding: 45px 60px;
	border-bottom: 1px solid #ccc;
}

.outline_tbl th {
	background: #EEEAE3;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
}

.outline_tbl_cts {
	margin-top: 35px;
}

.outline_tbl_cts:first-child {
	margin-top: 0;
}

.outline_tbl_cts_ttl {
	font-weight: bold;
	position: relative;
	padding-left: 1em;
}

.outline_tbl_cts_ttl:before {
	position: absolute;
	content: "■";
	top: 0;
	left: 0;
}
.kamiya_links{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.kamiya_links a{
	transition: 0.3s;
}
.kamiya_links a:hover{
	transition: 0.3s;
	opacity: 0.7;
}

/* for Tablet */
@media screen and (max-width:1230px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.cmn_intro_img {
		background-position: center right 15%;
	}

	.cmn_intro_img_cts {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		height: auto;
		padding: 20px 15px;
	}

	.kamiya_subttl {
		font-size: 18px;
	}

	.kamiya_ttl {
		font-size: 40px;
		padding-bottom: 15px;
	}

	.kamiya_txt {
		padding-top: 20px;
	}

	.flow_row {
		display: block;
		padding: 30px 0;
	}

	.flow_col.-txt {
		width: 100%;
	}

	.flow_col_add b {
		display: block;
	}

	.flow_col.-img {
		margin-top: 30px;
		text-align: center;
	}

	.menu_head {
		display: block;
		padding-bottom: 10px;
	}

	.menu_note {
		margin-top: 5px;
	}

	.menu_tbl th,
	.menu_tbl td {
		display: block;
		padding: 10px;
	}

	.menu_tbl th {
		border-bottom: 1px dashed #ccc;
	}

	.outline {
		padding: 50px 0;
	}

	.outline_tbl th,
	.outline_tbl td {
		display: block;
		padding: 10px;
		border: 1px solid #ccc;
	}

	.outline_tbl th {
		border-top: none;
	}

	.outline_tbl td {
		padding-bottom: 20px;
		border-top: none;
	}

}

/* for Print */
@media print {
}
