@charset "utf-8";

:root {
	--plan-color-theme: #2882c7;
	--plan-color-thin: #ebf5fc;
	--plan-color-thick: #0068b5;
	--plan-color-gray: #f7f7f7;
	--plan-color-A: #daffff;
	--plan-color-B: #d4ffff;
	--plan-color-C: #bff4ff;
	--plan-color-D: #aae9ff;
	--plan-color-border: #91daff;
}

[id="container"] {
	margin: 0 auto;
	padding: 0;
	min-width: 1100px;
}

.about_page [id="content"] .base_wrap {
	max-width: 1440px;
}

.about_page [id="content"] {
	padding-top: 0;
}


.page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
	/*border-top: 1px solid #818181;*/
	/*border-bottom: 1px solid #818181;*/
	border-top: none;
	border-bottom: none;
	/*background: #fff;*/
	background: transparent;
	/*color: var(--sub_c);*/
	color: var(--plan-color-theme);
	width: 100%;
	/*height: var(--header-height);*/
	height: auto;
	margin: 0 0 2em;
}

.page-title-about-plan {
	font-size: 3.8rem;
	font-weight: 700;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 767px) {
	.page-title-about-plan {
		font-size: 2.4rem;
		width: auto;
	}
}


/* main section */
.about-plan {
	padding: 0;
}

/* nav */
.about-page-index {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 32px;
	padding: 48px 0 48px;
}

@media (max-width: 767px) {
	.about-page-index {
		gap: 16px;
		padding: 32px 16px;
	}
}

.about-page-index li {
	max-width: 260px;
	width: 100%;
	padding: 0;
}

.about-page-index li a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	/*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);*/
	border-radius: 10px;
	border: var(--plan-color-thick) 1px solid;
	background: var(--plan-color-thick);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	height: 60px;
	padding: 0 1em;
	position: relative;
}

.about-page-index li a::after {
	content: '\f078';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	transform: translate(0, -50%);
}

.about-page-index li a:focus,
.about-page-index li a:hover {
	border: var(--plan-color-thick) 1px solid;
	background: var(--plan-color-thick);
}

/* 掲載について：共通 */
.about-plan h3 {
	width: 670px;
	margin: 0 auto 40px;
	padding: 17px 0;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	border-top: #6e7375 2px solid;
	border-bottom: #6e7375 2px solid;
}

/* 掲載について：料金 */
[id="about-page-index-price"] {
	background: var(--plan-color-gray);
	padding: 2em 0 2em;
}

[id="about-page-index-price"] h3 span {
	font-size: 16px;
	font-weight: 700;
}

[id="about-page-index-price"] table {
	box-shadow: 0 2px 12px rgba(70, 67, 67, 0.06);
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 6px;
	border: var(--plan-color-theme) 1px solid;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
}

[id="about-page-index-price"] table th,
[id="about-page-index-price"] table td {
	border-radius: 3px;
}

[id="about-page-index-price"] table thead th {
	width: 265px;
	padding: 20px;
	box-sizing: border-box;
}

[id="about-page-index-price"] table thead th:nth-child(1) {
	width: 155px;
}

[id="about-page-index-price"] table thead th:nth-child(2) {
	border: 1px solid var(--plan-color-border);
	background: var(--plan-color-A);
}

[id="about-page-index-price"] table thead th:nth-child(3) {
	border: 1px solid var(--plan-color-border);
	background: var(--plan-color-B);
}

[id="about-page-index-price"] table thead th:nth-child(4) {
	border: 1px solid var(--plan-color-border);
	background: var(--plan-color-C);
}

[id="about-page-index-price"] table thead th:nth-child(5) {
	border: 1px solid var(--plan-color-border);
	background: var(--plan-color-D);
}

[id="about-page-index-price"] table thead th:nth-child(6) {
	border: 1px solid var(--plan-color-theme);
	/*background: #91b6ff;*/
	color: var(--plan-color-thick);
}

[id="about-page-index-price"] table thead th span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	padding: 0;
}

[id="about-page-index-price"] table thead th:nth-child(1) span {
	color: var(--plan-color-thick);
}

[id="about-page-index-price"] table tbody th {
	background: var(--plan-color-thin);
	font-size: 16px;
	font-weight: inherit;
	text-align: center;
	vertical-align: middle;
	min-width: 200px;
	padding: 18px 0;
}

[id="about-page-index-price"] table tbody td {
	padding: 18px 0;
	background: var(--plan-color-gray);
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

[id="about-page-index-price"] table tbody tr:nth-child(2)>*:nth-child(2),
[id="about-page-index-price"] table tbody tr:nth-child(4)>*:nth-child(2),
[id="about-page-index-price"] table tbody tr:nth-child(5)>*:nth-child(2),
[id="about-page-index-price"] table tbody tr:nth-child(10)>*:nth-child(2) {
	background: var(--plan-color-A);
}

[id="about-page-index-price"] table tbody tr:nth-child(2)>*:nth-child(3),
[id="about-page-index-price"] table tbody tr:nth-child(4)>*:nth-child(3),
[id="about-page-index-price"] table tbody tr:nth-child(5)>*:nth-child(3),
[id="about-page-index-price"] table tbody tr:nth-child(10)>*:nth-child(3) {
	background: var(--plan-color-B);
}

[id="about-page-index-price"] table tbody tr:nth-child(2)>*:nth-child(4),
[id="about-page-index-price"] table tbody tr:nth-child(4)>*:nth-child(4),
[id="about-page-index-price"] table tbody tr:nth-child(5)>*:nth-child(4),
[id="about-page-index-price"] table tbody tr:nth-child(10)>*:nth-child(4) {
	background: var(--plan-color-C);
}

[id="about-page-index-price"] table tbody tr:nth-child(2)>*:nth-child(5),
[id="about-page-index-price"] table tbody tr:nth-child(4)>*:nth-child(5),
[id="about-page-index-price"] table tbody tr:nth-child(5)>*:nth-child(5),
[id="about-page-index-price"] table tbody tr:nth-child(10)>*:nth-child(5) {
	background: var(--plan-color-D);
}

[id="about-page-index-price"] table span.edit1 {
	position: relative;
}

[id="about-page-index-price"] table span.edit1::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 13px;
	width: 56px;
	height: 1px;
	background: #282828;
}

[id="about-page-index-price"] table tbody td p {
	margin: 10px 20px 4px;
	padding: 4px 0;
	background: var(--sub_c);
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

[id="about-page-index-price"] table span.edit2 {
	display: block;
	padding: 25px 0 0;
}

table .item--batu {
	font-size: 1.25em;
}

table .item--maru {
	font-size: 1.25em;
}

table .item--ue {
	font-size: 1.25em;
}

table .item--sankaku {
	font-size: 1.25em;
}

/* 掲載について：プラン */
[id="about-page-index-option"] {
	background: #fff;
	padding: 0 0 2em;
}

[id="about-page-index-option"] h3 {
	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
	color: #ffffff;
}

[id="about-page-index-option"] h3+div {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 20px;
	background: #ffffff;
	border-radius: 20px;
}

/* 掲載について：プラン:表 */
[id="about-page-index-option"] table {
	/*box-shadow: 0 2px 4px rgba(70,67,67,0.2);*/
	border-radius: 4px;
	border-collapse: separate;
	border-spacing: 8px;
	border: var(--plan-color-thick) 1px solid;
	width: 100%;
	margin: 0 auto;
}

[id="about-page-index-option"] table thead th {
	width: 200px;
	padding: 20px;
	box-sizing: border-box;
}

[id="about-page-index-option"] table thead th:nth-child(1) {
	width: 250px;
}

[id="about-page-index-option"] table thead th:nth-child(2) {
	background: var(--plan-color-A);
}

[id="about-page-index-option"] table thead th:nth-child(3) {
	background: var(--plan-color-B);
}

[id="about-page-index-option"] table thead th:nth-child(4) {
	background: var(--plan-color-C);
}

[id="about-page-index-option"] table thead th:nth-child(5) {
	background: var(--plan-color-D);
}

[id="about-page-index-option"] table thead th:nth-child(6) {
	border: 1px solid var(--plan-color-theme);
	/*background: #91b6ff;*/
	color: var(--plan-color-thick);
}

[id="about-page-index-option"] table thead th span {
	display: block;
	padding: 7px 0;
	background: #edfaff;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}

[id="about-page-index-option"] table tbody th {
	padding: 17px 0;
	background: var(--plan-color-thin);
	font-size: 15px;
	font-weight: inherit;
	text-align: center;
	vertical-align: middle;
}

[id="about-page-index-option"] table tbody th a {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: inherit;
	text-align: center;
	vertical-align: middle;
}

[id="about-page-index-option"] table tbody th a::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 20px;
	display: block;
	width: 11px;
	height: 11px;
	margin: auto;
	box-sizing: border-box;
	border-right: #282828 2px solid;
	border-bottom: #282828 2px solid;
	transform: rotate(45deg);
}

[id="about-page-index-option"] table tbody th a:hover {
	text-decoration: underline;
}

[id="about-page-index-option"] table tbody td {
	padding: 17px 0;
	background: #edfaff;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}

[id="about-page-index-option"] table tbody th+td+td {
	background: #ccecff;
}

[id="about-page-index-option"] table tbody th+td+td+td {
	background: #8cd5ff;
}

[id="about-page-index-option"] table tbody td span {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	box-sizing: border-box;
	border: #666666 4px solid;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
	overflow: hidden;
}

[id="about-page-index-option"] table+p {
	padding: 5px 40px 50px;
	font-size: 15px;
}

/* 掲載について：プラン:あなたに最適なプラン */
[id="about-page-index-option"] .about-plan-option-title {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 12px;
	background: var(--plan-color-thick);
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 1;
	max-width: 320px;
	width: 100%;
	height: 2em;
	margin: 0 auto;
	padding: 0 1em;
}

[id="about-page-index-option"] .about-plan-option-title+div {
	border-radius: 12px;
	border: var(--plan-color-thick) 1px solid;
	margin-top: -30px;
	margin-bottom: 30px;
	padding-block: 48px 16px;
}

[id="about-page-index-option"] .about-plan-option-title+div dl {
	--dl-gap: 70px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: var(--plan-color-thin);
	margin: 0 0 20px;
	padding: 30px 0;
	gap: var(--dl-gap);
}

@media (max-width: 767px) {
	[id="about-page-index-option"] .about-plan-option-title+div dl {
		--dl-gap: 32px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}
}

[id="about-page-index-option"] .about-plan-option-title+div dl dt {
	font-size: 22px;
	font-weight: inherit;
	padding: 0;
}

[id="about-page-index-option"] .about-plan-option-title+div dl dt span.edit1 {
	color: var(--plan-color-theme);
	font-size: 22px;
	font-weight: 700;
}

[id="about-page-index-option"] .about-plan-option-title+div dl dt span.edit2 {
	font-size: 22px;
	font-weight: 700;
}

[id="about-page-index-option"] .about-plan-option-title+div dl dd {
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	position: relative;
}

[id="about-page-index-option"] .about-plan-option-title+div dl dd::before {
	content: '\f061';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: 50%;
	left: calc(var(--dl-gap) * -0.5);
	z-index: 1;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	[id="about-page-index-option"] .about-plan-option-title+div dl dd::before {
		display: none;
		top: calc(var(--dl-gap) * -0.5);
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%) rotate(90deg);
	}
}

[id="about-page-index-option"] .about-plan-option-title+div dl dd span {
	color: #f70000;
	font-size: 22px;
	font-weight: 700;
}

/* 掲載について：プラン:新着予約更新ツール、オススメ枠 */
[id="about-page-index-option"] [id="about-page-index-option__news"],
[id="about-page-index-option"] [id="about-page-index-option__osusume"],
[id="about-page-index-option"] [id="about-page-index-option__banner"] {
	width: 400px;
	margin: 0 auto 15px;
	padding: 15px 0 12px;
	border-top: #1c79b8 1px solid;
	border-bottom: #1c79b8 1px solid;
	color: #1c79b8;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"],
[id="about-page-index-option"] [id="about-page-index-option__banner"] {
	margin: 0 auto 30px;
}

[id="about-page-index-option"] [id="about-page-index-option__news"] span,
[id="about-page-index-option"] [id="about-page-index-option__osusume"] span {
	font-size: 15px;
	font-weight: 700;
}

[id="about-page-index-option"] [id="about-page-index-option__news"]+p {
	padding: 0 0 50px;
	font-size: 15px;
	text-align: center;
}

[id="about-page-index-option"] section.plan_osusume_box {
	padding: 0 0 50px;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl {
	display: flex;
	justify-content: center;
	margin: 0 40px 30px;
	padding: 30px 0;
	background: var(--plan-color-thin);
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl {
	padding: 15px 0;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl dt,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dt {
	padding: 0 70px 0 0;
	font-size: 16px;
	font-weight: inherit;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl dt span,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dt span {
	color: var(--plan-color-theme);
	font-size: 20px;
	font-weight: 700;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl dd,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd {
	position: relative;
	padding: 7px 0 0 70px;
	font-size: 20px;
	font-weight: 700;
}

[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd {
	padding: 12px 0 0 70px;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl dd::before,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd::before {
	content: "";
	position: absolute;
	top: 50px;
	left: -16px;
	display: block;
	width: 32px;
	height: 4px;
	background: #1c79b8;
}

[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd::before {
	top: 33px;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl dd::after,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd::after {
	content: "";
	position: absolute;
	top: 45px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-top: #1c79b8 3px solid;
	border-right: #1c79b8 3px solid;
	transform: rotate(45deg);
}

[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd::after {
	top: 28px;
}

[id="about-page-index-option"] [id="about-page-index-option__osusume"]+dl dd span,
[id="about-page-index-option"] [id="about-page-index-option__banner"]+dl dd span {
	color: #f70000;
	font-size: 25px;
	font-weight: 700;
}


/* utility */
.table-overflow-on-sp {}

@media (max-width: 767px) {
	.table-overflow-on-sp {
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.table-overflow-on-sp table {
		width: auto;
		white-space: nowrap;
	}
}

/*下部ボタン*/

section.about_service_cta {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}

.about_service_cta a {
	background-color: var(--plan-color-thick);
	color: #fff;
	display: inline-block;
	padding: 1em 3em;
	font-size: 2.5rem;
	border-radius: 50px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.about_service_cta a {
		font-size: 1.8rem;
	}
}
