@charset "UTF-8";

#u-mv .mvImg{
	background-image: url(../img/pc/bg_mv.jpg);
}
	#u-mv h2 span{
		width: 100px;
	}



#package{
	margin-top: 110px;
}
	#package .secTtl {
	    margin-top: 100px;
	}
	.packageTable{
		max-width: 1000px;
		margin: 18px auto 0;
		box-sizing: border-box;
		border-bottom: 1px solid #918b8a;
		position: relative;
		overflow: hidden;
	}
	.packageTable:after{
		content: "";
		position: absolute;
		right: 0;
		top: 65px;
		width: 1px;
		height: calc(100% - 65px);
		background: #918b8a;
	}
		.packageHead{
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 250px;
		}
			.packageHead th{
				height: 60px;
				vertical-align: middle;
				font-size: 16px;
				letter-spacing: .05em;
				line-height: 1.5;
				background: #faf9f1;
			}
			.packageHead th.blank{
				height: 65px;
				background: #fff;
			}
			.packageHead th.image{
				height: 190px;
			}
			.packageHead tr + tr + tr th{
				border-top: 1px solid #918b8a;
			}

		.packageData{
			position: relative;
			z-index: 0;
			width: 100%;
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style:none;
		}
		.packageData::-webkit-scrollbar{
			display: none;
		}
			.packageDataInner{
				width: 1000px;
				box-sizing: border-box;
				padding-left: 250px;
				flex-wrap: nowrap;
			}
				.packageDataInner > table{
					width: 250px;
				}
				.packageDataInner > table.nothing{
					color: #231815;
				}
				.packageDataInner > table.small{
					color: #cbbc6b;
				}
				.packageDataInner > table.large{
					color: #918b8a;
				}
					.packageDataInner > table th{
						height: 65px;
						vertical-align: middle;
						font-size: 24px;
						font-weight: 500;
						letter-spacing: .05em;
						line-height: 1;
					}
					.packageDataInner > table td{
						font-family: 'Noto Sans JP', sans-serif;
						font-size: 18px;
						letter-spacing: .05em;
						line-height: 1;
						height: 60px;
						vertical-align: middle;
					}
					.packageDataInner > table td.image{
						vertical-align: top;
						height: 190px;
						padding: 0 10px;
					}
						.packageDataInner > table td.image img{
							display: block;
							width: 230px;
						}
					.packageDataInner > table td.price{
						font-size: 20px;
						font-weight: 500;
						letter-spacing: .1em;
					}
					.packageDataInner > table.nothing td.ok{
						background: url(../img/pc/icon_ok_none.png) no-repeat center/30px;
					}
					.packageDataInner > table.small td.ok{
						background: url(../img/pc/icon_ok_small.png) no-repeat center/30px;
					}
					.packageDataInner > table.large td.ok{
						background: url(../img/pc/icon_ok_large.png) no-repeat center/30px;
					}
					.packageDataInner > table td.no{
						background: url(../img/pc/icon_no.png) no-repeat center/30px;
					}
					.packageDataInner > table tr + tr + tr td{
						border-top: 1px solid #918b8a;
					}
					.packageDataInner > table.small td,
					.packageDataInner > table.large td{
						border-left: 1px solid #918b8a;
					}
					.packageDataInner > table td.active{
						background-color: rgba(0,0,0,.2) !important;
					}

	.options{
		margin-top: 80px;
	}
		.options .secTtl{
			color: #cbbc6b;
			margin-top: 0 !important;
		}
		.options p{
			letter-spacing: .05em;
			line-height: 1.75;
			margin-top: 25px;
		}
			.options p b{
				color: #cbbc6b;
				font-weight: normal;
			}

	.support{
	}
		.support .btn{
			max-width: 300px;
    		margin-top: 40px;
		}
		.support .missouBnr{
			display: block;
		    max-width: 600px;
		    margin: 60px auto 0;
		}
@media screen and (max-width: 768px){
	#package{
		margin-top: 60px;
	}
	#package .secTtl{
		margin-top: 50px;
	}
	.packageTable:after{
		top: 45px;
		height: calc(100% - 45px);
	}
	.packageHead{
		width: 120px;
	}
	.packageHead th{
		font-size: 13px;
		height: 45px;
	}
	.packageHead th.blank{
		height: 45px;
	}
	.packageHead th.image{
		height: 112px;
	}
	.packageDataInner{
		width: 570px;
		padding-left: 120px;
	}
	.packageDataInner > table{
		width: 150px;
	}
	.packageDataInner > table th{
		font-size: 19px;
		height: 45px;
	}
	.packageDataInner > table td{
		height: 45px;
		font-size: 14px;
	}
	.packageDataInner > table td.image{
		height: 112px;
	}
	.packageDataInner > table td.price{
		font-size: 16px;
	}
	.packageDataInner > table td.ok,
	.packageDataInner > table td.no{
		background-size: 22px !important;
	}
	.options{
		margin-top: 40px;
	}
	.options p{
		margin-top: 10px;
		text-align: left;
	}
	.support .btn{
		max-width: 260px;
    	margin-top: 20px;
	}
	.support .missouBnr{
		margin-top: 34px;
	}
}



#fukushi{
	margin-top: 110px;
	padding-bottom: 110px;
}
	#fukushi .secTtl {
	    margin-top: 100px;
	}
	#fukushi h4{
		font-size: 20px;
		letter-spacing: .06em;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.fukushiList{
		text-align: left;
		max-width: 710px;
		margin: 65px auto 0;
	}
		.fukushiList > li + li{
			margin-top: 20px;
		}
			.fukushiList h5{
				width: 300px;
				height: 65px;
				background: #918b8a;
				color: #fff;
				font-size: 20px;
				letter-spacing: .06em;
				line-height: 1;
				text-align: center;
				box-sizing: border-box;
				padding: 22px 0;
			}
			.fukushiList > li ul{
				box-sizing: border-box;
				padding-left: 144px;
				margin-top: 15px;
			}
				.fukushiList > li li{
					font-size: 16px;
					letter-spacing: .06em;
					line-height: 2.375;
					position: relative;
					box-sizing: border-box;
					padding-left: 2em;
				}
				.fukushiList > li li:before{
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					bottom: 0;
					margin: auto;
					width: 13px;
					height: 13px;
					background: url(../img/pc/icon_li.png) no-repeat center/contain;
				}

				.fukushiList > li + li li{
					width: 300px;
					position: relative;
				}
				.fukushiList > li + li li span{
					position: absolute;
					right: 0;
				}

	.fukushiNote{
		max-width: 520px;
		margin: 25px auto 0;
		text-align: left;
	}
		.fukushiNote li{
			font-size: 16px;
			line-height: 2;
			letter-spacing: .06em;
		}
@media screen and (max-width: 768px){
	#fukushi{
		margin-top: 80px;
		padding-bottom: 50px;
	}
	#fukushi .secTtl{
		margin-top: 50px;
	}
	#fukushi h4{
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.fukushiList{
		margin-top: 40px;
	}
	.fukushiList h5{
		width: 200px;
		height: 50px;
		font-size: 16px;
		padding: 17px 0;
	}
	.fukushiList > li ul{
		padding-left: 2em;
	}
	.fukushiList > li li{
		font-size: 14px;
		line-height: 2.2;
		padding-left: 1.5em;
	}
	.fukushiList > li li:before{
		width: 10px;
		height: 2.2em;
		bottom: auto;
	}
	.fukushiList > li + li li{
		width: 250px;
	}
	.fukushiNote li{
		font-size: 13px;
	}
}







