@charset "UTF-8";

/*==============================
		titleimg
==============================*/

.titleimg{
	background: url(./img/titleimg.png) center / cover no-repeat;
}



/*==============================
		料金表
==============================*/


.pricelist h3{
	font-size:24px;
	font-weight:bold;
	color:#0075bf;
	border-bottom: 1px solid;
	margin-bottom: 30px;
}


.pack_wrap ul li{
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	font-size: 18px;
	font-weight: bold;
}

.pack_wrap ul li:last-child{
	margin-right: 0;
}

.pack_wrap ul li .type{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pack_wrap ul li .point{
	background: #f8ea21;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding:10px;
	position: relative;
	margin:40px auto 30px;
}

.pack_wrap ul li .point:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f8ea21 transparent transparent transparent;
	position:absolute;
	bottom:-9px;
	left:0;
	right:0;
	margin: auto;
}

.pack_wrap ul li .price{
	font-size: 0;
	letter-spacing: normal;
}

.pack_wrap ul li .price >div{
	display: inline-block;
	vertical-align: middle;
}

.pack_wrap ul li .price .img{
	width:37%;
	margin-right: 3%;
}

.pack_wrap ul li .price .txt{
	width:60%;
	font-size: 18px;
}

.pack_wrap ul li .price .txt p{
	margin-bottom: 10px;
}

.pack_wrap ul li .price .txt span{
	background: #0075bf;
	padding: 3px 10px;
	color:#fff;
	margin-right: 10px;
	border-radius: 20px;
}

.pack_wrap ul li .price .txt b{
	font-size: 28px;
	color:#ff6200;
}


/*==============================
		個別料金一覧
==============================*/

.list .list_wrap{
	margin-bottom: 30px;
}

.list .list_wrap ul li{
	display: inline-block;
	width:30%;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 5%;
	border-bottom: 1px dotted #ccc;
}

.list .list_wrap ul li:nth-child(3n){
	margin-right: 0;
}

.list .list_wrap ul li .name{
	float:left;
}
.list .list_wrap ul li .price{
	float:right;
}








/*==============================
		比較
==============================*/


.compare table{
	text-align: center;
}

.compare table tr th,
.compare table tr td{
	padding:15px 10px;
	vertical-align: middle;
}

.compare table tr th.sss,
.compare table tr td.sss{
	background: #0075bf;
	color:#ffff00;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.compare table tr th{
	background: #e0eef7;
	color:#0075bf;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.compare table tr td{
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}


.compare table .name th{
	color:#333;
	background: #c7c7c7;
	text-align: center;
	border-right: 1px solid #fff;
}

.compare table .name th:first-child{
	background: #fff;
}




/*==============================
		小ブラウザ設定
==============================*/


@media (max-width: 1280px){

}

/*==============================
		tab設定
==============================*/


@media (max-width: 1080px){
	

	/*==============================
				比較
	==============================*/
	.compare table tr td{
		width:20%;
	}
	
	.compare table tr th{
		width:15%;
	}
	
	.compare table tr th.sss,
	.compare table tr td.sss{
		width:45%;
	}
	

	

}

/*==============================
		SP設定
==============================*/


@media (max-width: 768px){
	

	/*==============================
			料金表
	==============================*/


	.pricelist h3{
		font-size:22px;
	}


	.pack_wrap ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.pack_wrap ul li .type {
		font-size: 18px;
	}
	
	
	.pack_wrap ul li .point {
		margin: 10px auto 30px;
	}
	
	.pack_wrap ul li .price .img {
		width: 80%;
		margin-right: 0;
		display: block;
		margin: 0 auto 30px;
	}
	
	.pack_wrap ul li .price .txt{
		width: 100%;
	}
	
	

	/*==============================
			個別料金一覧
	==============================*/

	
	.list .list_wrap ul{
		height: 200px;
		overflow:scroll;
		border: 1px solid #ccc;
		padding: 20px;
		width: calc(100% - 40px);
		-webkit-overflow-scrolling: touch;
	}


	.list .list_wrap ul li{
		width:100%;
		margin-right: 0;
	}

	/*==============================
			比較
	==============================*/
	
	.compare table{
		display:none;
	}
	
	.compare .sp_table h3{
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.compare .sp_table dl{
		margin-bottom: 30px;
		border: 1px solid #e0eef7;
	}
	
	.compare .sp_table dl dt{
	    background: #e0eef7;
   		color: #0075bf;
		font-weight: bold;
		padding: 10px;
	}
	
	.compare .sp_table dl dd{
		padding: 20px;
	}
	
	.compare .sp_table dl.sss{
		border: 1px solid #0075bf;
	}
	
	
	.compare .sp_table dl.sss dd{
		background: #0075bf;
		color: #ffff00;
		font-weight: bold;
	}

	
}

