@charset "UTF-8";

/* CSS Document */

/*====================================

	#wp_intro

====================================*/

#wp_intro {
    padding: 40px 60px;
}
#wp_intro .inner {
    background: url(../images/fv_pc.webp) right 0 top 50%;
    background-size: cover;
    border: 1px solid var(--bg-main-color);
    border-radius: 40px;
    overflow: hidden;
    padding: 60px 40px;
}
#wp_intro .inner h2 {
    font-size: 300%;
    line-height: 1.5em;
    font-weight: 200;
    margin-bottom: 60px;
    color: var(--bg-main-color);
}
#wp_intro .inner h3 {
    font-size: 150%;
    line-height: 1.5em;
}
#wp_intro .inner h3 span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-size: 100%;
}
#wp_intro .inner h3 span strong {
    font-size: 150%;
}

/*====================================

    #intro_text

====================================*/

#intro_text {
    padding: 40px 60px;
}
#intro_text h2 {
    width: 100%;
    text-align: center;
    font-size: 150%;
    margin-bottom: 30px;
}
#intro_text p {
    width: 80%;
    margin: 0 auto;
}

/*====================================

    #wp_promise

====================================*/

#wp_promise {
}
#wp_promise .inner {
}
#wp_promise .inner .ttl {
    width: 100%;
    text-align: center;
    font-size: 120%;
    margin-bottom: 60px;
}
#wp_promise .inner .ttl span {
    display: block;
    font-size: 300%;
    line-height: 1em;
    padding: .5em 0 0 0;
}
#wp_promise .inner .ph {
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
#wp_promise .inner .list {
}
#wp_promise .inner .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#wp_promise .inner .list ul li {
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
}
#wp_promise .inner .list ul li p {
}
#wp_promise .inner .list ul li p span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 200%;
    color: var(--bg-main-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg-main-color);
}

/*====================================

    #wp_reason

====================================*/

#wp_reason {
}
#wp_reason .inner {
}
#wp_reason .inner h3 {
    color: #fff;
    border-left: 1px solid #fff;
}
#wp_reason .inner h3 span {
    color: #fff;
}
#wp_reason .inner .list {
}
#wp_reason .inner .list .cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
#wp_reason .inner .list .cell:last-child {
    margin-bottom: 0px;
}
#wp_reason .inner .list .cell .icon {
    font-size: 300%;
    color: #fff;
    line-height: 1em;
}
#wp_reason .inner .list .cell .icon span {
    font-style: italic;
    font-size: 200%;
    padding: 0 0 0 .1em;
}
#wp_reason .inner .list .cell .ph {
    width: 60%;
    border-radius: 40px;
    overflow: hidden;
}
#wp_reason .inner .list .cell .text {
    width: 40%;
    position: relative;
    padding: 0 30px;
}
#wp_reason .inner .list .cell .text h4 {
    font-size: 150%;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 30px;
}
#wp_reason .inner .list .cell .text p {
    color: #fff;
}
#wp_reason .inner .list .cell:after {
    content: '';
    width: 60%;
    height: 80%;
    z-index: -1;
    border-radius: 40px;
    background: rgba(0, 0, 0, .2);
}
#wp_reason .inner .list .cell:nth-child(odd) {
    flex-direction: row;
}
#wp_reason .inner .list .cell:nth-child(odd):after {
    position: absolute;
    right: 0;
    bottom: -30px;
}
#wp_reason .inner .list .cell:nth-child(odd) .icon {
    position: absolute;
    top: 0;
    right: 0;
}
#wp_reason .inner .list .cell:nth-child(even) {
    flex-direction: row-reverse;
}
#wp_reason .inner .list .cell:nth-child(even):after {
    position: absolute;
    left: 0;
    bottom: -30px;
}
#wp_reason .inner .list .cell:nth-child(even) .icon {
    position: absolute;
    top: 0;
    left: 0;
}

/*====================================

    #wp_compare

====================================*/

#wp_compare {
	padding: 80px 60px;
	background: #fff;
}

#wp_compare .compare_box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	background:
		linear-gradient(
			to right,
			#eeeeee 0%,
			#eeeeee 50%,
			#fafafa 50%,
			#fafafa 100%
		);
}


/* 上部画像 */
#wp_compare .compare_head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 50px 30px 30px;
}

#wp_compare .compare_side {
	text-align: center;
	padding: 0 30px;
}

#wp_compare .compare_ph {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 15px;
	border-radius: 18px;
	overflow: hidden;
}

#wp_compare .compare_ph img {
	display: block;
	width: 100%;
	height: auto;
}

#wp_compare .compare_side h4 {
	font-size: 130%;
	font-weight: 600;
}


/* 比較1行 */
#wp_compare .compare_row {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 100px;
	align-items: center;
	border-bottom: 1px dotted #bbb;
}

#wp_compare .compare_value {
	text-align: center;
	font-size: 180%;
	line-height: 1.5;
	padding: 20px 90px 20px 20px;
}

#wp_compare .compare_right {
	padding: 20px 20px 20px 90px;
}

#wp_compare .compare_value strong {
	font-size: 130%;
	font-weight: 600;
}

#wp_compare .compare_text {
	font-size: 120%;
	font-weight: 600;
}


/* 中央ラベル */
#wp_compare .compare_label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
	padding: 12px 10px;
	background: #fff;
	border-radius: 14px;
	text-align: center;
	font-size: 105%;
	font-weight: 600;
	z-index: 2;
}

/*====================================

    #wp_diamond

====================================*/

#wp_diamond {
	padding: 90px 60px;
	background: #fff;
}

#wp_diamond .diamond_heading {
	text-align: center;
	margin-bottom: 65px;
}

#wp_diamond .diamond_lead {
	font-size: 300%;
	letter-spacing: .08em;
	margin-bottom: 15px;
}
#wp_sd section .inner .diamond_heading h3 {
        border-left: 1px solid #fff !important;
	padding: 0.4em 0 0 .3em !important;
}
#wp_sd section .inner .diamond_heading h3 span {
        font-size: 50% !important;
	padding-top: 0 !important;
}

#wp_diamond .diamond_title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	font-size: 220%;
	font-weight: 400;
	line-height: 1.5;
}

#wp_diamond .diamond_title::before,
#wp_diamond .diamond_title::after {
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background: #666;
}

#wp_diamond .diamond_title span {
	display: block;
}


/* コンテンツ */
#wp_diamond .diamond_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	/*max-width: 1100px;*/
	margin: 0 auto;
}

#wp_diamond .diamond_ph {
	width: 48%;
	background: #f7f8fa;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

#wp_diamond .diamond_ph img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#wp_diamond .diamond_text {
	flex: 1;
}

#wp_diamond .diamond_text p {
	font-size: 100%;
	line-height: 2.2;
	letter-spacing: .04em;
	margin-bottom: 20px;
}

#wp_diamond .diamond_text p:last-child {
	margin-bottom: 0;
}

/*====================================

    #wp_symptoms

====================================*/

#wp_symptoms {
}
#wp_symptoms .inner {
}
#wp_symptoms .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
#wp_symptoms .inner .list dl {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
}
#wp_symptoms .inner .list dl dt {
    width: 100px;
}
#wp_symptoms .inner .list dl dd {
    flex: 1;
    padding-left: 20px;
    font-size: 120%;
}
#wp_symptoms .inner .ex {
}
#wp_symptoms .inner .ex p {
    width: 100%;
    text-align: center;
    font-size: 150%;
    line-height: 1.5;
}
#wp_symptoms .inner .ex p span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-size: 120%;
}

/*====================================

    #wp_mouthpiece

====================================*/

#wp_mouthpiece {
}
#wp_mouthpiece .inner {
}
#wp_mouthpiece .inner h3 {
    color: #fff;
}
#wp_mouthpiece .inner .list {
}
#wp_mouthpiece .inner .list .cell {
    padding: 40px;
    border-radius: 40px;
    background: #fff;
    margin-bottom: 40px;
}
#wp_mouthpiece .inner .list .cell h4 {
    font-size: 200%;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .ex {
    font-size: 110%;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .ph {
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box {
    width: 49%;
    border-radius: 30px;
    overflow: hidden;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box .box_ttl {
    color: #fff;
    padding: 20px 30px;
    font-size: 140%;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box .box_content {
    padding: 30px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit {
    border: 1px solid var(--bg-main-color);
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit .box_ttl {
    background: var(--bg-main-color);
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit .box_content p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check_merit.svg);
    display: inline-block;
    margin: 0 6px -4px 0;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit {
    border: 1px solid #aaa;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit .box_ttl {
    background: #aaa;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit .box_content p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check_demerit.svg);
    display: inline-block;
    margin: 0 6px -4px 0;
}
#wp_mouthpiece .inner .attention {
}
#wp_mouthpiece .inner .attention h4 {
    font-size: 120%;
    color: #fff;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .attention ul {
}
#wp_mouthpiece .inner .attention ul li {
    color: #fff;
    font-size: 90%;
}

/*====================================

    #wp_achievements

====================================*/

#wp_achievements {
}
#wp_achievements .inner {
}
#wp_achievements .inner h3 {
}
#wp_achievements .inner .ex {
    margin-bottom: 20px;
}
#wp_achievements .inner .list {
}
#wp_achievements .inner .list .cell {
    border: 1px solid var(--bg-main-color);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    background: #FCF9FE;
}
#wp_achievements .inner .list .cell:last-child {
    margin-bottom: 0px;
}
#wp_achievements .inner .list .cell .ttl {
    color: var(--bg-main-color);
    font-size: 140%;
    border-bottom: 1px solid var(--bg-main-color);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#wp_achievements .inner .list .cell .ph {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}
#wp_achievements .inner .list .cell .ph img {
    width: 50%;
}
#wp_achievements .inner .list .cell ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#wp_achievements .inner .list .cell ul li {
    width: 32%;
    border: 1px solid var(--bg-main-color);
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}
#wp_achievements .inner .list .cell ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 6px 0;
}
#wp_achievements .inner .list .cell ul li dl dt {
    width: 90px;
    color: var(--bg-main-color);
    font-size: 90%;
}
#wp_achievements .inner .list .cell ul li dl dd {
    flex: 1;
    font-size: 90%;
}
#wp_achievements .inner .list .cell ul li .comment {
}
#wp_achievements .inner .list .cell ul li .comment h4,
#wp_achievements .inner .list .cell ul li .lisk h4,
#wp_achievements .inner .list .cell ul li .text h4 {
    color: var(--bg-main-color);
    font-size: 110%;
    margin-bottom: 10px;
}
#wp_achievements .inner .list .cell ul li .comment p {
    font-size: 90%;
}
#wp_achievements .inner .list .cell ul li .lisk {
}
#wp_achievements .inner .list .cell ul li .lisk p {
    font-size: 90%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 6px 0;
}

/*====================================

    #wp_price

====================================*/

#wp_price {
}
#wp_price .inner {
}
#wp_price .inner h3 {
    color: #fff;
}
#wp_price .inner .content {
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
}
#wp_price .inner .content .ttl {
    background: #fff;
    padding: 20px 30px;
    font-size: 120%;
}
#wp_price .inner .content .list {
    padding: 30px;
}
#wp_price .inner .content .list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
}
#wp_price .inner .content .list dl:first-child {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
#wp_price .inner .content .list dl dt {
    width: 400px;
    color: #fff;
}
#wp_price .inner .content .list dl dd {
    flex: 1;
    color: #fff;
    text-align: right;
}
#wp_price .inner .content .list .cap {
    color: #fff;
    font-size: 80%;
    text-align: right;
}

/*====================================

    #wp_payment

====================================*/

#wp_payment {
	padding: 80px 60px;
	background: #fff;
}

#wp_payment .payment_block {
	margin-bottom: 70px;
}

#wp_payment .payment_block:last-child {
	margin-bottom: 0;
}


/* 見出し */
#wp_payment .payment_ttl {
	display: inline-block;
	font-size: 170%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	color: #222;
}

#wp_payment .payment_subttl {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}


/* 支払い方法 */
#wp_payment .payment_method {
	width: 100%;
}

#wp_payment .payment_row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 35px;
}

#wp_payment .payment_row:last-child {
	margin-bottom: 0;
}

#wp_payment .payment_name {
	width: 180px;
	font-size: 110%;
	line-height: 1.8;
	color: #222;
}

#wp_payment .payment_text {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 2px;
}

#wp_payment .payment_text p {
	margin: 0;
	line-height: 1.8;
}

#wp_payment .payment_cards {
	margin: 0;
	flex-shrink: 0;
}

#wp_payment .payment_cards img {
	display: block;
	width: auto;
	height: 25px;
}

/* 表 */
#wp_payment .table_scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#wp_payment .payment_table {
	width: 100%;
	min-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

#wp_payment .payment_table th,
#wp_payment .payment_table td {
	border: 1px solid #ddd;
	padding: 14px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.8;
	white-space: nowrap;
}

#wp_payment .payment_table th {
	background: #fafafa;
	font-weight: 600;
}

#wp_payment .payment_table thead th {
	background: #fafafa;
}

#wp_payment .payment_table th:first-child {
	width: 110px;
}

#wp_payment .payment_table span {
	font-size: 90%;
	font-weight: normal;
}


/* 医療費控除 */
#wp_payment .medical_block {
	margin-top: 90px;
}

#wp_payment .medical_text p {
	line-height: 2;
	margin-bottom: 5px;
}

#wp_payment .medical_text p:last-child {
	margin-bottom: 0;
}


/* 還付金表 */
#wp_payment .deduction_table {
	min-width: 900px;
}

#wp_payment .deduction_table th:first-child {
	width: 210px;
}


/*====================================

    #wp_flow

====================================*/

#wp_flow {
    padding: 40px 60px;
}
#wp_flow .ex {
    margin-bottom: 40px;
}
#wp_flow .list {
}
#wp_flow .list .cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid var(--bg-main-color);
    border-radius: 40px;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
#wp_flow .list .cell:after {
    content: '';
    width: 100%;
    height: 40px;
    background: url(../images/arrow_flow.svg) center center no-repeat;
    background-size: 40px;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
}
#wp_flow .list .cell:last-child:after {
    content: none;
}
#wp_flow .list .cell .number {
    width: 200px;
    display: grid;
    height: 100%;
}
#wp_flow .list .cell .number h6 {
    font-size: 400%;
    width: 100%;
    text-align: center;
    line-height: 1em;
}
#wp_flow .list .cell .number h6 span {
    display: block;
    font-size: 40%;
    padding-bottom: .5em;
    line-height: 1em;
}
#wp_flow .list .cell .text {
    flex: 1;
    padding: 30px;
}
#wp_flow .list .cell .text h4 {
    font-size: 130%;
    margin-bottom: 20px;
}
#wp_flow .list .cell .text p {
    font-size: 100%;
}
#wp_flow .list .cell .ph {
    width: 360px;
    padding: 30px;
}
#wp_flow .list .cell .ph img {
    border-radius: 30px;
    overflow: hidden;
}

/*====================================

    #wp_faq

====================================*/

#wp_faq {
    padding: 40px 60px;
}
#wp_faq .wp_accodion .item {
    width: 100%;
    border-bottom: 1px solid #000;
}
#wp_faq .wp_accodion .item:first-child {
    border-top: 1px solid #000;
}
#wp_faq .wp_accodion .item .ac_ttl {
    position: relative;
    background: none;
    text-align: left;
    padding: 0;
    width: 100%;
    cursor: pointer;
    font-size: 140%;
    font-family: "Zen Old Mincho", serif;
    padding: 20px 0;
    border: none;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    color: #000;
}
#wp_faq .wp_accodion .item .ac_ttl:active,
#wp_faq .wp_accodion .item .ac_ttl:hover {
    background: var(--bg-sub-aw-color);
}
#wp_faq .wp_accodion .item .ac_ttl::before,
#wp_faq .wp_accodion .item .ac_ttl::after {
    content: "";
    background: var(--bg-main-color);
    margin: auto;
    transition: .6s ease;
}
#wp_faq .wp_accodion .item .ac_ttl::before {
    width: 1px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
}
#wp_faq .wp_accodion .item .ac_ttl::after {
    width: 16px;
    height: 1px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open::before{
    transform: rotate(90deg);
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open::after{
    transform: rotate(-180deg);
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open + .ac_content{
    height: auto;
    opacity: 1;
}#wp_faq .wp_accodion .item .ac_ttl--close {
    display: none;
}
#wp_faq .wp_accodion .item .ac_content {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
}
#wp_faq .wp_accodion .item .ac_content p {
    margin: 20px 0;
    font-size: 110%;
}

/*====================================

    #wp_kids

====================================*/

#wp_kids {
	padding: 90px 60px;
	background: #fff;
}

#wp_kids .kids_intro {
	margin-bottom: 40px;
}

#wp_kids .kids_intro p {
	font-size: 110%;
	line-height: 2;
}


/* 全体ボックス */
#wp_kids .kids_content {
	border: 1px solid var(--bg-main-color);
	border-radius: 30px;
	overflow: hidden;
}


/* タイトル */
#wp_kids .kids_ttl {
	padding: 20px 30px;
	background: var(--bg-main-color);
	color: #fff;
	font-size: 130%;
}


/* 料金リスト */
#wp_kids .kids_price_list {
	padding: 30px;
}

#wp_kids .kids_price_list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

#wp_kids .kids_price_list dl:first-child {
	border-top: 1px solid #ddd;
}

#wp_kids .kids_price_list dt {
	width: 45%;
	display: flex;
	align-items: center;
	font-size: 105%;
}

#wp_kids .kids_price_list dd {
	flex: 1;
	text-align: right;
	font-size: 110%;
}


/* 番号 */
#wp_kids .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-right: 15px;
	border-radius: 50%;
	background: var(--bg-main-color);
	color: #fff;
	font-size: 85%;
	flex-shrink: 0;
}


/* 旧価格 */
#wp_kids .old_price {
	text-decoration: line-through;
	color: #999;
}

#wp_kids .arrow {
	display: inline-block;
	margin: 0 12px;
}

#wp_kids .kids_price_list dd strong {
	font-size: 125%;
	color: var(--bg-main-color);
}


/* 年齢別料金 */
#wp_kids .kids_main_price {
	align-items: flex-start !important;
}

#wp_kids .age_price {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

#wp_kids .age {
	min-width: 210px;
	padding: 18px 20px;
	background: #f7f7f7;
	border-radius: 15px;
	text-align: center;
}

#wp_kids .age span {
	display: block;
	margin-bottom: 8px;
	font-size: 95%;
}

#wp_kids .age strong {
	display: block;
	font-size: 110% !important;
}


/* 注意書き */
#wp_kids .kids_note {
	margin-top: 12px;
	font-size: 80%;
	text-align: right;
	color: #666;
}

#wp_kids .kids_tax {
	padding: 0 30px 30px;
	font-size: 80%;
	text-align: right;
	color: #666;
}

/*====================================

    #wp_kids_contact

====================================*/

#wp_kids_contact {
	padding: 50px 0px 100px!important;
	background: #fff;
}

#wp_kids_contact .inner {
	padding: 55px 45px;
	background: var(--bg-main-color);
	border-radius: 80px;
}


/* 見出し */
#wp_kids_contact .kids_contact_heading {
	margin-bottom: 35px;
	color: #fff;
}

#wp_kids_contact .kids_contact_heading > p {
	margin-bottom: 12px;
	font-size: 100%;
}

#wp_kids_contact .kids_contact_heading h3 {
	color: #fff;
}

#wp_kids_contact .kids_contact_heading h3 span {
	color: #fff;
}


/* 3ボタン */
#wp_kids_contact .kids_contact_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}


/* 共通 */
#wp_kids_contact .kids_contact_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #222;
	border-radius: 50px;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: opacity .3s ease;
}

#wp_kids_contact .kids_contact_item:hover {
	opacity: .8;
}


/* 上の小さい文字 */
#wp_kids_contact .contact_small {
	display: block;
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 1.4;
	letter-spacing: .05em;
}


/* メイン文字 */
#wp_kids_contact .contact_main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 150%;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .03em;
}


/* 電話アイコン */
#wp_kids_contact .contact_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 0;
	border-radius: 50%;
}


/* LINE */
#wp_kids_contact .line_label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#wp_kids_contact .line_icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #06c755;
	border-radius: 50%;
	font-size: 0;
}















