/*
Theme Name: Twenty Twenty-Five child
Theme URI: https://wordpress.org/themes/twentytwentyfive-child/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Fiveの子テーマ
Template: twentytwentyfive
Version: 1.0.0
*/
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* foundation */
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	font-size: 14px;
	background-color: #F8F3EC;
	font-family: "Poppins", "Zen Kaku Gothic New",  sans-serif;
	font-weight: 400;
	color: #242424;
}
:where(.wp-site-blocks) > .wp-block-group {
	margin-block-start: 0;
}
.h2 {
	font-size: clamp(1rem, 0.167rem + 2.67vw, 2.5rem);
	letter-spacing: clamp(0.438rem, -0.014rem + 1.44vw, 1.25rem);
}
.h2-japanese {
	font-size: clamp(0.625rem, 0.278rem + 1.11vw, 1.25rem);
	font-weight: 600;
	letter-spacing: clamp(0.125rem, 0.056rem + 0.22vw, 0.25rem);
	word-break: keep-all;
}
.wp-block-button__link:hover {
	opacity: .8;
}
.wp-block-navigation__responsive-container {
	display: block !important;
}
.wp-block-site-logo.is-default-size img {
	width: clamp(5rem, 3.043rem + 6.52vw, 8.75rem) !important;
}
@media (max-width: 480px) {
	body {
		font-size: 12px;
	}
}

/* first view */
.tette-header {
	z-index: 20;
    position: fixed;
    top: 0;
	width: 100vw;
	height: fit-content;
	padding-top: 2rem;
	padding-inline: clamp(1rem, 0.167rem + 2.67vw, 2.5rem);
}
.tette-header .wp-block-site-title {
	font-size: clamp(1.25rem, 0.598rem + 2.17vw, 2.5rem);
	font-weight: 600;
}
.tette-header .wp-block-site-title, .tette-header nav {
	opacity: 1;
	transition: opacity .3s ease-in, visibility 0s linear 0s;
}
.tette-header .wp-block-site-title.is-hidden, .tette-header nav.is-hidden {
	opacity: 0;
	transition: opacity .3s ease-out, visibility 0s linear .3s;
}
.tette-header nav ul.wp-block-navigation__container {
	gap: 0;
}
.tette-header nav ul.wp-block-navigation__container > li {
	padding-inline: 1.5rem;
}
.tette-header nav ul.wp-block-navigation__container > li:not(:last-of-type) {
	border-right: 1px solid #959595;
}
.tette-header--top .wp-block-site-logo {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease-in;
}
.tette-header--top .wp-block-site-logo.is-hidden {
	opacity: 0;
	visibility: hidden;
}
.header-call a {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	white-space: nowrap;
	border-radius: 1rem;
}
.header-insta a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
}
.header-insta a img {
	max-width: 30px;
}
@media (max-width: 900px) {
	.tette-header {
		align-items: flex-start;
	}
	.navigation--childPage {
		display: none;
	}
	.wp-block-buttons:has(> .header-call) {
		flex-direction: column;
		width: 80px;
		height: fit-content;
	}
	.wp-block-buttons:has(> .header-call--childPage) {
		flex-direction: row;
		width: fit-content;
		height: 66px;
	}
	.header-call {
		width: 100%;
		height: fit-content;
	}
	.header-call--childPage {
		width: fit-content;
		height: 100%;
		position: relative;
	}
	.header-call a {
		writing-mode: vertical-rl;
		width: 100%;
		height: fit-content;
		padding-block: 0;
		gap: 0.5rem;
		letter-spacing: 4px;
	}
	.header-call--childPage a {
		writing-mode: inherit;
		height: 100%;
		padding-left: 3rem;
	}
	.header-call--childPage a img {
		position: absolute;
		left: 1rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.header-insta {
		width: 100%;
	}
	.header-insta--childPage {
		height: 100%;
	}
	.header-insta a {
		aspect-ratio: 1;
		width: 100%;
		height: 100%;
		padding: 0;
	}
}
@media (max-width: 480px) {
	.tette-header {
		padding-top: 1.5rem;
	}
	.tette-header nav {
		display: none;
	}
	.wp-block-buttons:has(> .header-call) {
		width: 40px;
	}
	.wp-block-buttons:has(> .header-call--childPage) {
		width: fit-content;
		height: 30px;
	}
	.header-call a > img {
		width: 23px !important;
		height: 23px !important;
	}
	.header-call a, .header-insta a {
		border-radius: 6px;
	}
	.header-insta--childPage a img {
		width: 11px !important;
	}
}
.fv {
    position: relative;
    height: 100vh;
	overflow-x: hidden;
}
.fv-navigation {
	position: relative;
	z-index: 3;
    width: fit-content;
	height: 90%;
	padding-bottom: clamp(4rem, 3.444rem + 1.78vw, 5rem);
    padding-right: clamp(1.5rem, -1rem + 8vw, 6rem);
	padding-left: clamp(1.5rem, 0.944rem + 1.78vw, 2.5rem);
	padding-top: 10vh;
    border-radius: 0 0 clamp(4rem, 0.111rem + 12.44vw, 11rem);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.fv-navigation nav ul.wp-block-navigation__container {
	gap: clamp(0.75rem, 0.098rem + 2.17vw, 2rem);
	font-size: 1rem;
}
.fv-toBottom {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: clamp(3.5rem, -0.667rem + 13.33vw, 11rem);
    aspect-ratio: 1;
}
.fv-bg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.fv-bg figure {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: opacity 1s;
}
.fv-bg figure.is-active {
	opacity: 1;
}

.fv-bg figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv-bg .fv-bg-1 img {
	object-position: left 90%;
}
.fv-bg .fv-bg-2 {
	background-color: #D5DBD9;
	justify-content: flex-end;
}
.fv-bg .fv-bg-2 img {
	object-position: left 30%;
	width: 80%;
}
.fv-bg .fv-bg-3 img {
	object-position: left 70%;
}
@media (max-width: 900px) {
	.fv-bg .fv-bg-1 img {
		transform: scale(1.1);
		transform-origin: bottom left;
		object-position: 0rem 100%;
	}
}
@media (max-width: 480px) {
	.fv-navigation {
		padding-top: 4rem;
	}
	.fv-navigation nav ul.wp-block-navigation__containe {
		font-size: 13px;
	}
	.fv-bg .fv-bg-2 img {
		width: 100%;
	}
}

/* concept */
.concept {
	margin: 0;
	padding-top: clamp(2.5rem, 0.764rem + 5.56vw, 5.625rem);
	padding-bottom: clamp(5.5rem, -2.065rem + 25.22vw, 20rem);
    background-size: 40%;
    background-position-y: -2rem !important;
    background-repeat: no-repeat;
	background-blend-mode: color-burn;
	overflow-x: hidden;
}
.concept > .wp-block-group {
	justify-content: center !important;
	transform: translateX(clamp(3rem, 1.435rem + 5.22vw, 6rem));
}
.concept-vertical {
	gap: clamp(2rem, 0.333rem + 5.33vw, 5rem);
}
.concept-texts {
	padding-top: 1rem;
	padding-left: 0;
	padding-right: 0;
}
.concept-vertical h2 {
	font-size: clamp(1rem, 0.167rem + 2.67vw, 2.5rem);
}
.concept-vertical p {
	padding-top: 0.5rem;
}
.concept-imgs {
    position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	width: clamp(9.375rem, -15.473rem + 82.83vw, 57rem);
	min-width: 120px;
	padding: 0;
}
.concept-imgs figure img {
    border-radius: 30%;
}
.concept-imgs figure:nth-of-type(1) {
    position: absolute;
    left: 0;
	top: 0;
	width: 80%;
}
.concept-imgs figure:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 0;
	width: 60%;
}
@media (max-width: 480px) {
	.concept {
		padding-right: 0;
	}
	.concept-vertical {
		margin-top: 0.5rem;
	}
	.concept > .wp-block-group {
		padding-inline: 3vw;
		align-items: flex-end;
	}
	.concept-texts {
		padding: 0;
	}
	.concept-imgs {
		padding: 0;
		transform: translateX(-3rem);
	}
}

/* Plan & Price */
.planPrice {
	display: flex;
	width: 90%;
	margin-top: -11rem;
	margin-left: auto;
	margin-right: 0;
	padding-block: clamp(2.5rem, -0.556rem + 9.78vw, 8rem);
	padding-right: clamp(2rem, -1.056rem + 9.78vw, 7.5rem);
	padding-left: clamp(2rem, -0.361rem + 7.56vw, 6.25rem);
	border-top-left-radius: clamp(4rem, 0.667rem + 10.67vw, 10rem);
	border-bottom-left-radius: clamp(4rem, 0.667rem + 10.67vw, 10rem);
}
.planPrice > .wp-block-group {
	gap: 0 !important;
}
.plan-blocks {
	padding-top: clamp(3.5rem, 1.283rem + 7.39vw, 7.75rem);
	margin-left: -3rem;
	gap: clamp(2.75rem, -0.25rem + 10vw, 8.5rem);
}
.plan-block {
	position: relative;
	gap: 3rem;
}
.plan-block > figure, .plan-block > .wp-block-group {
	flex: 1;
}
.plan-block-img > img {
	border-radius: 30%;
}
.plan-block-num {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: clamp(3.063rem, 0.84rem + 7.11vw, 7.063rem);
	aspect-ratio: 1;
	font-size: clamp(0.625rem, 0.278rem + 1.11vw, 1.25rem);
	white-space: nowrap;
}
.plan-block-num + .wpb-block-heading {
	font-size: clamp(0.75rem, 0.489rem + 0.87vw, 1.25rem);
}
.plan-block h3 {
	font-size: clamp(0.875rem, 0.679rem + 0.65vw, 1.25rem);
}
.plan-block-option {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 1rem;
	width: fit-content;
	border-radius: 1.5rem;
	font-size: clamp(0.625rem, 0.278rem + 1.11vw, 1.25rem);
}
.plan-block-option + .wp-block-list {
	padding-left: 1rem;
}
@media (max-width: 900px) {
	.planPrice {
		margin-top: -100px;
	}
	.plan-block {
		gap: 1.5rem;
	}
	.wp-block-group:has(> .plan-block-option) {
		flex-direction: column;
		margin-top: 1rem;
		gap: 1rem;
	}
}
@media (max-width: 480px) {
	.plan-block > .wp-block-group {
		width: 100%;
	}
	.planPrice {
		margin-top: -4rem;
	}
	.plan-blocks {
		margin-left: -2rem !important;
	}
	.plan-block {
		flex-direction: column;
	}
	.plan-block-num {
		position: absolute;
		left: -0.5rem;
		top: -0.5rem;
	}
	.wp-block-group:has(> .plan-block-option) {
		margin-top: 0.5rem;
		gap: 0.5rem;
	}
}

/* reserve */
.reserve {
	position: relative;
	padding-block: clamp(2rem, -0.778rem + 8.89vw, 7rem);
}
.reserve .reserve-button > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	background-color: #FFFCF9;
	padding-block: 1rem;
	padding-right: 2rem;
	padding-left: 50px;
	font-size: clamp(1rem, 0.444rem + 1.78vw, 2rem);
	border-radius: 19px;
	transition: transform .3s;
}
.reserve .reserve-button > a::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 100%;
	height: 100%;
	background-color: #ACCBAD;
	z-index: -1;
	border-radius: 19px;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.19);
	transition: top .3s, left .3s;
}
.reserve .reserve-button > a:hover {
	transform: translate(9px, 9px);
}
.reserve .reserve-button > a:hover::after{
	top: 0;
	left: 0;
	background: transparent;
}
.reserve .reserve-button > a img:first-of-type {
	width: clamp(1.313rem, -0.389rem + 5.44vw, 4.375rem);
}
.reserve .reserve-button > a img:last-of-type {
	width: clamp(1.688rem, -0.431rem + 6.78vw, 5.5rem);
}
.reserve .reserve-button > a span {
	position: relative;
}
.reserve .reserve-button > a span::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -26px;
	background: url(/wp-content/uploads/2025/06/reserve-decoration.png) no-repeat;
	background-size: cover;
	width: clamp(0.875rem, 0.353rem + 1.74vw, 1.875rem);
	height: clamp(0.875rem, 0.353rem + 1.74vw, 1.875rem);
}
.reserve--top::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -20%;
	right: 0;
	width: 30%;
	height: 140%;
	background-image: url(/wp-content/uploads/2025/06/insta-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
}

@media (max-width: 480px) {
	.reserve .reserve-button > a {
		padding-block: .5rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.reserve .reserve-button > a span::after {
		right: -14px;
		top: -7px;
	}
}

/* instagram */
.instagram {
	position: relative;
	z-index: 1;
	margin-inline: auto;
	box-sizing: content-box;
	padding-inline: 3vw;
	padding-bottom: clamp(2.5rem, -2.978rem + 18.26vw, 13rem);
	max-width: 990px
}
.instagram-wrap {
	position: relative;
}
.instagram-wrap::after {
	content: "";
	position: absolute;
	bottom: -10rem;
	left: 0;
	width: 40%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/06/insta-bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: color-burn;
	background-position-y: bottom;
	mix-blend-mode: color-burn;
}
.instagram #sb_instagram #sbi_images {
	row-gap: clamp(1rem, -0.304rem + 4.35vw, 3.5rem);
	column-gap: clamp(1.5rem, -0.065rem + 5.22vw, 4.5rem);
}

/* flow */
.flow {
	position: relative;
	z-index: -1;
	margin-inline: auto;
	box-sizing: content-box;
	padding-inline: 3vw;
	padding-top: 2.5rem;
	padding-bottom: clamp(2.5rem, -3.239rem + 19.13vw, 13.5rem);
}
.flow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/06/flow-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: color-burn;
}
.flow-inner {
	max-width: 1110px;
	margin-inline: auto;
}
.flow-flex {
	gap: clamp(2rem, 0.957rem + 3.48vw, 4rem);
}
.flow-contents {
	padding-top: 3rem;
	flex-wrap: wrap;
}
.flow-content {
	width: 150px;
}
.flow-content-num {
	font-size: clamp(1rem, 0.739rem + 0.87vw, 1.5rem);
}
.flow-content > .wp-block-group.is-vertical {
	margin-top: 12px;
}
.flow-arrow {
	width: 15px;
	height: 30px;
	transform: translateY(clamp(3.5rem, 0.929rem + 8.57vw, 5.75rem));
}
.flow-content-img {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30%;
	aspect-ratio: 1;
	width: 100%;
}
@media (max-width: 900px) {
	.flow-content {
		width: 86px;
	}
	.flow-content-img img {
		width: 70%;
	}
}
@media (max-width: 480px) {
	.flow-flex {
		margin-top: .5rem;
	}
	.flow-contents {
		flex-direction: column;
		gap: 0;
	}
	.flow-content {
		width: 100%;
		padding-bottom: 1.2rem;
	}
	.flow-content > .wp-block-group.is-vertical {
		flex-direction: row !important;
    	align-items: center;
		margin-top: 0;
	}
	.flow-content-img {
		flex: 1;
	}
	.flow-content-img + p {
		flex: 2;
	}
	.flow-arrow {
		width: 100%;
		transform: none;
		display: flex;
		justify-content: center;
		transform: none;
	}
	.flow-arrow img {
		transform: rotate(90deg);
	}
}

/* contact */
.contact {
	position: relative;
	margin-inline: auto;
	box-sizing: content-box;
	padding-inline: 3vw;
	padding-top: 2rem;
	padding-bottom: clamp(3rem, -0.13rem + 10.43vw, 9rem);
	max-width: 606px;
	z-index: 10;
}
.contact-form {
	margin-inline: auto;
	width: 80%;
}
.contact-form .wpcf7-form {
	position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.contact-form .wpcf7-form > p {
    margin: 0;
}
.contact-required {
    background-color: #D6C599;
    margin-left: .5rem;
    padding-inline: .4rem;
    color: white;
    font-size: 12px;
}
.contact-form .wpcf7-form-control-wrap {
    width: 100%;
	display: flex;
}
.contact-form .wpcf7-form-control-wrap > .wpcf7-text, .contact-form .wpcf7-form-control-wrap > .wpcf7-te, .contact-form .wpcf7-form-control-wrap > .wpcf7-email, .contact-form .wpcf7-form-control-wrap > .wpcf7-date, .contact-form .wpcf7-form-control-wrap > textarea {
	width: 100%;
	border-radius: 2rem;
	padding: 14px 1.5rem;
}
.contact-form .wpcf7-form-control-wrap > input, .contact-form .wpcf7-form-control-wrap > textarea {
    margin-top: .7rem;
    border: none;
    padding: 14px 1.5rem;
}
.contact-form a {
    color: #4f4f4f;
}
.contact-form .wpcf7-list-item {
    margin: 0;
    margin-left: 20px;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
    display: flex;
    margin: auto;
    margin-top: 3rem;
    padding: 10px 2rem;
    background-color: #D6C599;
    color: white;
	border: none;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
	.contact .h2-japanese {
		margin-top: .5rem;
	}
	.contact-form {
		width: 100%;
	}
}

/* access */
.access {
	position: relative;
	padding-block: clamp(3rem, -0.13rem + 10.43vw, 9rem);
	box-sizing: content-box;
	padding-inline: 3vw;
}
.access::after {
	content: "";
	position: absolute;
	top: -15rem;
	right: 0;
	width: 100%;
	height: 130%;
	background-image: url(/wp-content/uploads/2025/06/access-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
	mix-blend-mode: color-burn;
}
.access-inner {
	position: relative;
	z-index: 1;
	max-width: 990px;
	margin-inline: auto;
}
.access-flex {
	gap: clamp(2rem, 0.957rem + 3.48vw, 4rem);
}
.access-contents {
	padding-top: clamp(1.25rem, -0.707rem + 6.52vw, 5rem);
	gap: clamp(1rem, -0.304rem + 4.35vw, 3.5rem);
}
.access-map {
	aspect-ratio: 1;
	border: 1px solid #959595 !important;
	border-radius: 30%;
	width: clamp(8.75rem, -4.293rem + 43.48vw, 33.75rem);
	height: auto;
}
.access-information {
	gap: clamp(1rem, 0.478rem + 1.74vw, 2rem);
}
.access-information p {
	white-space: nowrap;
}
@media (max-width: 900px) {
	.access-information p {
		white-space: normal;
	}
}
@media (max-width: 480px) {
	.access-flex {
		margin-top: 0.5rem;
	}
	.access-contents {
		flex-direction: column;
	}
	.access-map {
		width: 80%;
	}
}

/* Q & A */
.qa {
	box-sizing: content-box;
	padding-inline: 3vw;
	padding-block: clamp(2.5rem, -0.891rem + 11.3vw, 9rem);
	margin: auto;
	max-width: 990px;
}
.qa > h2 {
	justify-content: center;
}
.qa-flex {
	gap: 4rem;
}

.accordion-panels {
	padding-top: clamp(1rem, -1.087rem + 6.96vw, 5rem);
	gap: clamp(1rem, -0.043rem + 3.48vw, 3rem);
	width: 100%;
}
.accordion-panel {
    position: relative;
	background-color: white;
	border-radius: 18px;
	padding-inline: clamp(0.625rem, -0.092rem + 2.39vw, 2rem);
	width: 100%;
}
.accordion-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    position: relative;
    padding-block: 1.5rem;
	padding-inline: clamp(1.5rem, 0.196rem + 4.35vw, 4rem);
    margin: 0;
}
.accordion-panel-head::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    content: "Q";
    font-size: clamp(1.25rem, 0.728rem + 1.74vw, 2.25rem);
	color: #ACCBAD;
	font-weight: 600;
}
.accordion-panel-head::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
    content: "+";
    font-size: clamp(1rem, 0.478rem + 1.74vw, 2rem);
	background-color: #ACCBAD;
	border-radius: 50%;
	aspect-ratio: 1;
	width: clamp(1.5rem, 1.109rem + 1.3vw, 2.25rem);
	height: clamp(1.5rem, 1.109rem + 1.3vw, 2.25rem);
	font-weight: 600;
	color: white;
}
.accordion-panel-inner {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all .3s ease;
    margin-block: 0;
	padding-inline: clamp(0rem, -2.087rem + 6.96vw, 4rem);
    border-top: #ACCBAD solid 1px;
}
.accordion-panel.is-open .accordion-panel-head::after {
    content: "ー";
}
.accordion-panel.is-open .accordion-panel-inner {
    visibility: visible;
    opacity: 1;
    height: auto;
	padding-block: 1.5rem;
}
.contact-form .wpcf7-form-control-wrap > .wpcf7-text, .contact-form .wpcf7-form-control-wrap > .wpcf7-te, .contact-form .wpcf7-form-control-wrap > .wpcf7-email, .contact-form .wpcf7-form-control-wrap > .wpcf7-date, .contact-form .wpcf7-form-control-wrap > textarea {
	border-radius: clamp(0.375rem, 0.049rem + 1.09vw, 1rem);
}
@media (max-width: 900px) {

}
@media (max-width: 480px) {
	.qa .h2-japanese {
		text-align: center;
		margin-top: .5rem;
	}
	.accordion-panel-head {
		padding-block: 4px;
	}
}
/* footer */
.tette-footer {
	padding-top: clamp(3.5rem, 1.674rem + 6.09vw, 7rem);
}
.footer-texts {
	gap: clamp(3.75rem, 1.663rem + 6.96vw, 7.75rem);
}
.footer-texts a {
	text-decoration: none;
}
.footer-insta {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: clamp(4rem, -3.043rem + 23.48vw, 17.5rem);
	height: clamp(4rem, -3.043rem + 23.48vw, 17.5rem);
	padding-bottom: clamp(3rem, 0.913rem + 6.96vw, 7rem);
	border-radius: 2.5rem;
	aspect-ratio: 1;
}
.footer-insta a {
	padding: 0;
	aspect-ratio: 1;
}
.footer-insta img {
	width: clamp(1.5rem, -0.978rem + 8.26vw, 6.25rem);
	height: auto;
	aspect-ratio: 1;
}
.footer-bottom {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
	border-top-left-radius: clamp(2.5rem, -2.222rem + 15.11vw, 11rem);
	padding-left: clamp(2rem, -2.444rem + 14.22vw, 10rem);
	padding-right: clamp(1rem, -1.778rem + 8.89vw, 6rem);
	padding-block: 3rem;
	text-align: center;
	font-size: 12px;
}
.footer-bottom-left {
	gap: 125px;
}
.footer-logo {
	font-size: clamp(1.5rem, 0.717rem + 2.61vw, 3rem);
}
.footer-button > a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	padding: 3rem 5rem;
	height: fit-content;
}
@media (max-width: 900px) {
	.footer-button > a {
		padding: 2rem;
	}
}
@media (max-width: 480px) {
	.footer-bottom {
		padding-block: 10px;
	}
	.footer-logo + .wp-block-group {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-button > a {
		width: 100%;
		padding: .5rem 12px;
		writing-mode: vertical-rl;
		gap: .5rem;
		letter-spacing: 4px;
	}
	.footer-button > a img {
		width: 23px !important;
		height: 23px !important;
	}
	.footer-button {
		width: 50px;
	}
}

/* 下層ページ */
.page main {
	padding-inline: 3vw;
	padding-bottom: clamp(4rem, 2.174rem + 6.09vw, 7.5rem);
}
.page .tette-header {
	position: sticky;
	top: 0;
}
.page .wp-block-post-title {
	font-size: clamp(0.875rem, -0.234rem + 3.7vw, 3rem);
	font-weight: 600;
	letter-spacing: clamp(0.5rem, -0.022rem + 1.74vw, 1.5rem);
}
.page .title_ruby {
	margin-top: .5rem;
	font-weight: 600;
	color: #9A8D62;
	font-size: 20px;
	letter-spacing: 5px;
}
.page .entry-content {
	margin-top: clamp(1rem, -0.565rem + 5.22vw, 4rem);
}
.page p {
	color: #4F4F4F;
	font-size: 14px;
}
.page h2 {
	color: #4F4F4F;
	font-size: 20px;
}
.page .wp-block-heading {
	font-weight: bold;
}
.page ul.wp-block-list {
	padding-inline-start: 1rem;
	color: #4F4F4F;
}
.page .footer-logo {
	font-size: clamp(1.5rem, 0.717rem + 2.61vw, 3rem);
}
@media (max-width: 480px) {
	.page .main > .wp-block-group {
		padding-bottom: 0;
	}
	.page .title_ruby {
	font-size: 10px;
	letter-spacing: 2px;
	}
	.page p {
		font-size: 12px;
	}
	.page h2 {
	font-size: 12px;
}
}

/* utility */
.pc-only {
	display: flex;
}
.sp-only {
	display: none;
}
img[src="https://tette-familykids.com/wp-content/uploads/2025/06/line_mono.png"] {
	aspect-ratio: 1;
}
@media (max-width: 480px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: flex;
	}
}