@charset "utf-8";

/*
ブロック
*/

/* blockサイズ
---------------------------------------------------- */
.block01 {
	width:100%;
	margin: 0 auto;
}

.block02 {
	width:90%;
	max-width: 1160px;
	margin: 0 auto;
}

.block_center01 {
	width:90%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.block_scroll01 {
	width:90%;
	max-width: 620px;
	height: 150px;
	margin: 0 auto 65px;
	padding: 20px 25px;
	border: 1px solid #F2F2F2;
	overflow: scroll;
}



/* POINT BLOCK
---------------------------------------------------- */
.point_block01 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
	height: 150px;
	background: #EC8B2D;
	border: 2px solid #EC8B2D;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}

.point_block02 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.85);
	border: 2px solid #EC8B2D;
	color: #EC8B2D;
	border-radius: 50%;
	text-align: center;
}

.point_block_txt01 {
	margin: 30px 0 0;
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: "Crimson Text", serif;
}

.point_block_txt02 {
	margin: -10px 0 0;
	font-size: 7.2rem;
	line-height: 1.2;
	font-family: "Crimson Text", serif;
}

@media screen and (max-width:900px) {
	.point_block01,
	.point_block02 {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.point_block_txt01 {
		margin: 20px 0 0;
		font-size: 1.2rem;
	}

	.point_block_txt02 {
		margin: -5px 0 0;
		font-size: 4.2rem;
	}

}

.point_block03 {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 1);
	color: #EC8B2D;
	text-align: center;
}

.point_block_txt03 {
	font-size: 2.2rem;
	line-height: 1.2;
	font-family: "Crimson Text", serif;
	white-space: nowrap;
}

.point_block_txt04 {
	margin: -10px 0 0;
	font-size: 7.2rem;
	line-height: 1.2;
	font-family: "Crimson Text", serif;
	white-space: nowrap;
}

@media screen and (max-width:900px) {
	.point_block_txt03 {
		font-size: 1.6rem;
	}

	.point_block_txt04 {
		margin: -5px 0 0;
		font-size: 4.2rem;
	}

}


/* flexblock
---------------------------------------------------- */
.flex_block01 {
	width:100%;
	margin: 0 auto;
	display: flex;
}




/* 料金表
---------------------------------------------------- */
.price_block01 {
	width: 100%;
    max-width: 780px;
	margin: 0 auto 30px;
	border-top: 1px solid #707070;
}
.price_block_inner01 {
	display: flex;
    color: #444444;
    border-bottom: 1px solid #707070;
}

.price_block_inner01 dt {
    width: 330px;
    margin: 0 5px 0 0;
    padding: 30px 5px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

.price_block_inner01 dd {
    width: calc(100% - 335px);
    padding: 30px 5px;
    background: #fff;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width:900px) {
	.price_block_inner01 {
        margin: 0 auto;
        display: block;
    }

    .price_block_inner01 dt {
        width:100%;
        margin: 0 0;
        padding: 10px 5px;
        font-size: 1.6rem;
    }

    .price_block_inner01 dd {
        width:100%;
        padding: 0 5px 10px;
        font-size: 1.8rem;
    }

}




/* 番号付きblockサイズ
---------------------------------------------------- */
.num_block01 {
	width: 100%;
	max-width: 1200px;
	display: flex;
}

.num_innerblock01 {
	margin: 0 20px 0 0;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: #000;
	border-radius: 50%;
}

.num_innerblock01 p {
	font-size: 1.6rem;
	color: #fff;;
}

@media screen and (max-width:500px) {
	.num_innerblock01 {
		margin: 0 10px 0 0;
		width: 32px;
		height: 32px;
	}

	.num_innerblock01 p {
		font-size: 1.4rem;
	}
}

.num_txtblock01 {
	width: 100%;
}

.num_txtblock01 h3 {
	margin: 0 0 40px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000000;
}

@media screen and (max-width:900px) {
	.num_txtblock01 h3 {
		font-size: 1.8rem;
		margin: 5px 0 20px;
	}
}

@media screen and (max-width:500px) {
	.num_txtblock01 h3 {
		font-size: 1.6rem;
	}
}


/* 開閉ボックス
---------------------------------------------------- */
.open_box {
	cursor: pointer;
	position: relative;
	z-index: 130;
}

.open_box_inner {
	display: none;
}

.icon-wrap {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translatey(-50%);
	width: 18px;
	height: 18px;
}

@media screen and (max-width:900px) {
	.icon-wrap {
		right: 15px;
		width: 15px;
		height: 15px;
	}
}

.icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

	.icon:before,
	.icon:after {
		position: absolute;
		content: "";
		display: block;
		transition: all 0.4s;
		background: #EC8B2D;
		left: 50%;
		top: 50%;
		width: 100%;
		height: 2px;
		transform: translate(-50%, -50%);
	}

	.icon:before {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.open .icon:before {
		transform: translate(-50%, -50%) rotate(0deg);
	}

