@charset "UTF-8";

/* *******************************************************************************************
* 
*	料金一覧
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.priceHeader{
	position: relative;
	min-width: 1280px;
}
.priceHeader_main{
	position: relative;
	height: 360px;
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.priceHeader_main_ttl{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 169px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width : 768px){
	.priceHeader{
		min-width: 320px;
	}
	.priceHeader_main{
		height: 250px;
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.priceHeader_main_layer{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
		z-index: 10;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
	}
	.priceHeader_main_layer_wt{
		position: relative;
		width: 100%;
		height: 54px;
		background: rgba(255,255,255,.4);
	}
	.priceHeader_main_layer_wt:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.6);
		z-index: 11;
	}
	.priceHeader_main_ttl{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 95px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- 注意 ----------------------------- */

.priceAttention{
	min-width: 1280px;
}
.priceAttention_inner{
	margin: 0 auto;
	padding: 54px 0;
	width: 926px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.priceAttention a{
	color: #e55c49;
	text-decoration: underline;
}

@media screen and (max-width : 768px){
	.priceAttention{
		min-width: 320px;
	}
	.priceAttention_inner{
		padding: 43px 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
}

/* ----------------------------- ナビゲーション ----------------------------- */

.priceNav{
	min-width: 1280px;
}
.priceNav_inner{
	margin: 0 auto;
	padding-bottom: 60px;
	width: 926px;
}
.priceNav_list{
	width: 100%;
	border: 1px solid #f5c188;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	overflow: hidden;
}
.priceNav_list_item{
	float: left;
	width: 25%;
	height: 63px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #f5c188;
	border-bottom: 1px solid #f5c188;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.priceNav_list_item:nth-child(4n){
	border-right: 0;
}
.priceNav_list_item:nth-child(n+5){
	border-bottom: 0;
}
.priceNav_list_item a{
	display: block;
	padding: 18px 0;
	color: #e57200;
	font-size: 16px;
	line-height: 27px;
	background: url(../img/ic_anc_arrow_down_org.png) 14px center no-repeat;
	background-size: 27px auto;
}
.priceNav_list_item.list_item-1 a{
	padding: 9px 0;
	font-size: 16px;
	line-height: 22px;
}
.priceNav_list_item a:hover{
	color: #fff;
	background: #f9cb9c url(../img/ic_anc_arrow_down_wt.png) 14px center no-repeat;
	background-size: 27px auto;
}
.priceNav-btm .priceNav_list_item a{
	background: url(../img/ic_anc_arrow_up_org.png) 14px center no-repeat;
	background-size: 27px auto;
}
.priceNav-btm .priceNav_list_item a:hover{
	background: #f9cb9c url(../img/ic_anc_arrow_up_wt.png) 14px center no-repeat;
	background-size: 27px auto;
}

@media screen and (max-width : 768px){
	.priceNav{
		min-width: 320px;
	}
	.priceNav_inner{
		padding: 0 16px 40px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.priceNav-btm .priceNav_inner{
		padding-top: 0;
		padding-bottom: 0;
	}
	.priceNav_list{
		margin-bottom: 50px;
	}
	.priceNav_list_item{
		float: none;
		width: 100%;
		height: 46px;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid #f5c188;
	}
	.priceNav_list_item:nth-child(n+5){
		border-bottom: 1px solid #f5c188;
	}
	.priceNav_list_item:last-child{
		border-bottom: 0;
	}
	.priceNav_list_item a{
		padding: 13px 0;
		padding-left: 43px;
		font-size: 12px;
		line-height: 20px;
		background: url(../img/ic_anc_arrow_down_org.png) 13px center no-repeat;
		background-size: 20px auto;
	}
	.priceNav_list_item.list_item-1 a{
		padding: 13px 0;
		padding-left: 43px;
		font-size: 12px;
		line-height: 20px;
	}
	.priceNav_list_item a:hover{
		color: #e57200;
		background: url(../img/ic_anc_arrow_down_org.png) 13px center no-repeat;
		background-size: 20px auto;
	}
	.priceNav-btm .priceNav_list_item a{
		background: url(../img/ic_anc_arrow_up_org.png) 13px center no-repeat;
		background-size: 20px auto;
	}
	.priceNav-btm .priceNav_list_item a:hover{
		background: url(../img/ic_anc_arrow_up_org.png) 13px center no-repeat;
		background-size: 20px auto;
	}
}

/* ----------------------------- 料金表 ----------------------------- */

.priceList{
	position: relative;
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.priceList:after{
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_price_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.priceList_inner{
	margin: 0 auto;
	padding-top: 64px;
	width: 926px;
}
.priceList_ttl{
	margin: 0 auto 40px auto;
	width: 111px;
}
.priceList_sectionTtl{
	margin-bottom: 32px;
	padding-left: 18px;
	color: #e57200;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	border-left: 4px solid #f5a554;
}
.priceList_section{
	padding-bottom: 48px;
}
.priceList_tablePC{
	margin-bottom: 16px;
	width: 100%;
	color: #40201a;
	border: 1px solid #f3d1ac;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.priceList_tablePC th{
	padding: 15px 0;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: 600;
	background: #fcf3ea;
}
.priceList_tablePC th + th,
.priceList_tablePC td + td,
.priceList_tablePC .leftLine{
	border-left: 1px solid #f3d1ac;
}
.priceList_tablePC .leftNoLine{
	border-left: 0;
}
.priceList_tablePC td{
	padding: 15px 20px;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #f3d1ac;
}
.priceList_tablePC td.option{
	border-bottom: 0;
	background: url(../../common/img/bg_dotline_x.png) 0 bottom repeat-x;
	background-size: 5px 1px;
}
.priceList_tablePC td.priceData{
	text-align: center;
	font-weight: 600;
}
.priceList_tablePC td.priceData-option{
	font-weight: normal;
}
.priceList_tablePC td.priceData-red{
	color: #e55c49;
}
.priceList_tablePC td.priceData span{
	font-weight: normal;
}
.priceList_tablePC td.labelData{
	padding-right: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	background: #fce9d8;
}
.priceList_tablePC tr:last-child td,
.priceList_tablePC td.last{
  border-bottom: none;
}
.priceList_tablePC td small{
	font-size: 14px;
	line-height: 18px;
}
.priceList_tablePC td .comment li{
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.priceList_tablePC td.labelData a{
	text-decoration: underline;
}
.priceList_tablePC sup{
	bottom:1ex;
	height:0;
	font-size: 10px;
	line-height:1;
	vertical-align:baseline;
	position:relative;
}
.priceList_link{
	display: inline-block;
	padding-left: 36px;
	font-size: 20px;
	line-height: 1em;
	text-decoration: none !important;
	background: url(../img/ic_link_arrow_r.png) 0 center no-repeat;
	background-size: 18px auto;
}
.priceList_option{
	margin-top: -7px;
	margin-bottom: 9px;
}
.priceList_option_item{
	text-indent: -1em;
	margin-left: 1em;
	color: #666;
	font-size: 14px;
	line-height: 28px;
}

@media screen and (max-width : 768px){
	.priceList{
		min-width: 320px;
	}
	.priceList:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.priceList_inner{
		padding: 45px 16px 0 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.priceList_ttl{
		margin: 0 auto 30px auto;
		width: 83px;
	}
	.priceList_sectionTtl{
		margin-bottom: 23px;
		padding-left: 14px;
		font-size: 16px;
		line-height: 21px;
		border-left: 3px solid #f5a554;
	}
	.priceList_section{
		padding-bottom: 38px;
	}

	/*
	2column
	73%, 27%
	---
	3column
	46%, 27%, 27%
	*/
	.priceList_tableSP{
		margin-bottom: 12px;
		width: 100%;
		color: #40201a;
		border: 1px solid #f3d1ac;
		border-collapse: separate;
		border-spacing: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
	}
	.priceList_tableSP th{
		padding: 6px 0;
		font-size: 10px;
		line-height: 16px;
		text-align: center;
		font-weight: 600;
		letter-spacing: -0.04em;
		background: #fcf3ea;
		border-right: 1px solid #f3d1ac;
		border-bottom: 1px solid #f3d1ac;
	}
	.priceList_tableSP th:last-child{
		border-right: 0;
	}
	.priceList_tableSP td{
		padding: 6px 6px 6px 10px;
		font-size: 10px;
		line-height: 16px;
		text-align: left;
		border-right: 1px solid #f3d1ac;
		border-bottom: 1px solid #f3d1ac;
	}
	.priceList_tableSP td:last-child{
		border-right: 0;
	}
	.priceList_tableSP td.priceData{
		padding: 6px 0;
		text-align: center;
		font-weight: 600;
	}
	.priceList_tableSP td.bold{
		font-weight: 600;
	}
	.priceList_tableSP td.priceData-option{
		font-weight: normal;
	}
	.priceList_tableSP td.priceData-red{
		color: #e55c49;
	}
	.priceList_tableSP td.labelData{
		padding: 12px;
		font-size: 11px;
		line-height: 16px;
		text-align: left;
		font-weight: 600;
		background: #fce9d8;
	}
	.priceList_tableSP td.labelData a{
		text-decoration: underline;
	}
	.priceList_tableSP td.labelData-datsumo{
		font-size: 12px;
		line-height: 18px;
		color: #fff;
		text-align: center;
		background: #f06e5c;
	}
	.priceList_tableSP th.option,
	.priceList_tableSP td.option{
		border-bottom: 0;
		background: url(../../common/img/bg_dotline_x.png) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.priceList_tableSP tr:last-child tr,
	.priceList_tableSP tr:last-child td,
	.priceList_tableSP td.btmLast{
		border-bottom: 0;
	}
	.priceList_tableSP td .comment li{
		text-indent: -1em;
		margin-left: 1em;
		font-weight: normal;
	}
	.priceList_tableSP sup{
		bottom:1ex;
		height:0;
		font-size: 8px;
		line-height:1;
		vertical-align:baseline;
		position:relative;
	}
	.priceList_link{
		padding-left: 22px;
		font-size: 12px;
		line-height: 18px;
		background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
		background-size: 12px auto;
	}
	.priceList_option{
		margin-top: -5px;
		margin-bottom: 7px;
	}
	.priceList_option_item{
		text-indent: -1em;
		margin-left: 1em;
		font-size: 10px;
		line-height: 2em;
	}
}





