@charset "UTF-8";
/* PCページ */
@media screen and (min-width: 768px){
main{
	padding-top: 114px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/plan-1.jpg);
}
.page-text p{
	display: grid;
	justify-items: center;
	text-align: center;
}
.page-text p span:first-child{
	line-height: 3em;
	text-align: center;
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* メインタイトル */
.main-title{
	padding-top: 60px;
}
/* 料金案内 */
.plan1{
	width: 100%;
	max-width: 1920px;
	padding: 60px 4vw 80px;
	margin: 0 auto;
	text-align: center;
}
.plan1 .sub-title{
	margin: 0 0 40px;
	display: inline-block;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
	opacity: 0;
}
.plan1 .sub-title.run{
	opacity: 1;
	transform: translateY(0);
}
.sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
/* 料金表 */
table.plan-in1{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	border-collapse: collapse;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
table.plan-in1.run{
	opacity: 1;
	transform: translateY(0);
}
table.plan-in1 th, td{
	padding: 10px 1vw;
	border: 1px solid #d8d8d8;
	text-aligin: center;
}
table.plan-in1 th{
	font-weight: 500;
	background: #8b837c;
	color: #fff;
}
table.plan-in1 p{
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
table.plan-in1 span{
	display: block;
	text-align: left;
}
table.plan-in1 tr > *:first-child,table.plan-in1 tr > *:last-child{
	white-space: nowrap;
}
table.plan-in1 tr:not(table.plan-in1 tr:first-child):nth-child(odd){
	background: #f9f8f8;
}
.plan1 table:nth-child(2){
	margin-bottom: 80px;
}
.plan1 table.plan-in1:last-child{
	table-layout: fixed;
}
.plan-text{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.plan-text.run{
	opacity: 1;
	transform: translateY(0);
}
/* 支払い方法 */
.haikei{
	padding: 80px 4vw;
	margin: 0 auto;
}
.info2{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 0 2vw;
}
.info2 p{
	margin: 0;
}
.info2 p:first-child{
	font-weight: bold;
	color: #545454;
	white-space: nowrap;
}
.info2 p :last-child{
	display: grid;
}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px){
main{
	padding-top: 79px;
}
}
/*スマホページ */
@media screen and (max-width: 768px){
main{
	padding-top: 72px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/plan-1.jpg);
}
.page-text p span:first-child br{
	display: none;
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* 料金案内 */
.plan1{
	padding: 50px 20px;
	margin: 0 auto;
	text-align: center;
}
.plan1 .sub-title{
	margin: 0 0 20px;
	display: inline-block;
}
.sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
/* 料金表 */
table.plan-in1{
	border-collapse: collapse;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
}
table.plan-in1 th{
	display: none;
}
table.plan-in1 td{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	position: relative;
}
table.plan-in1 td:not(table.plan-in1 td:first-child){
	padding: 5px 10px 5px 6em;
}
table.plan-in1 td:not(table.plan-in1 td:first-child)::before{
	position: absolute;
	content: attr(data-label);
	background: #f9f8f8;
	width: 6.5em;
	min-width: 6.5em;
	margin: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
table.plan-in1 tr > *:first-child{
	background: #8b837c;
	color: #fff;
}
table.plan-in1 td:nth-last-child(2){
	border-bottom: 1px dotted #d8d8d8;
}
table.plan-in1 p{
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 1em;
}
table.plan-in1 span{
	display: block;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.plan1 table:nth-child(2){
	margin-bottom: 50px;
}
/* 支払い方法 */
.haikei{
	padding: 50px 20px;
	margin-bottom: 50px;
}
.info2{
	display: grid;
}
.info2 p{
	margin: 0;
}
.info2 p:first-child{
	font-weight: bold;
	color: #545454;
}
.info2 p:last-child{
	display: grid;
}
.info2 p span{
	text-indent: -1em;
	padding-left: 1em;
}
}