*,
*::before,
*::after{
  box-sizing: border-box;
	}
:root{
	--header-h: 72px;
	}
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--header-h);
	z-index: 9999;
	background: rgba(250, 248, 244, 0.96);
	border-bottom: 1px solid #e9e2d8;
	backdrop-filter: blur(6px);
	}
.site-brand{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
	color: #333;
	line-height: 1.1;
	}
.site-brand__jp{
	font-weight: 700;
	letter-spacing: .06em;
	font-size: 18px;
	white-space: nowrap;
	}
.site-brand__en{
	font-weight: 500;
	letter-spacing: .22em;
	font-size: 11px;
	color: #a48f74;
	margin-top: 4px;
	}
.site-nav{
	display: flex;
	align-items: center;
	gap: 18px;
	}
.site-nav__link{
	text-decoration: none;
	color: #444;
	font-size: 14px;
	letter-spacing: .08em;
	padding: 6px 2px;
	border-bottom: 2px solid transparent;
	}
.site-nav__link:hover,
.site-nav__link:focus-visible{
	border-bottom-color: #d8c0a0;
	}
.site-nav__cta{
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .08em;
	padding: 8px 14px;
	border-radius: 999px;
	background: #d8c0a0;
	color: #fff;
	transition: .2s ease;
	}
.site-nav__cta:hover{
	background: #c9ae8a;
	}
.site-header__inner{
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	}
.site-header{
	transition: height .2s ease, background .2s ease, box-shadow .2s ease;
	}
.site-header.is-compact{
	height: 56px;
	background: rgba(250, 248, 244, 0.98);
	box-shadow: 0 10px 26px rgba(0,0,0,.06);
	}
.site-header.is-compact .site-header__inner{
	padding-top: 0;
	padding-bottom: 0;
	}
.site-header.is-compact .site-brand__en{
	display: none;
	}
.menu-btn{
	display: none;
	appearance: none;
	border: 0;
	background: transparent;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	cursor: pointer;
	}
.menu-btn:focus-visible{
	outline: 2px solid #d8c0a0;
	outline-offset: 2px;
	}
.menu-btn__bars{
	display: block;
	width: 22px;
	height: 2px;
	background: #444;
	position: relative;
	margin: 0 auto;
	}
.menu-btn__bars::before,
.menu-btn__bars::after{
	content:"";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #444;
	}
.menu-btn__bars::before{ top: -7px; }
.menu-btn__bars::after{ top: 7px; }
.sp-menu{
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: rgba(250, 248, 244, 0.98);
	display: none;
	}
.sp-menu.is-open{
	display: block;
	}
.sp-menu__inner{
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
	padding: 18px 16px 30px;
	}
.sp-menu__close{
	justify-self: end;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #444;
	}
.sp-menu__nav{
	display: grid;
	align-content: center;
	gap: 14px;
	}
.sp-menu__link{
	display: block;
	padding: 18px 12px 5px;
	line-height: 1.15;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	letter-spacing: .12em;
	font-size: 18px;
	border-top: 1px solid #efe6db;
	}
.sp-menu__link:last-child{
	border-bottom: 1px solid #efe6db;
	padding: 18px 12px 20px;
	}
.mobile-cta{
	display: none;
	}
html{
	scroll-behavior: smooth;
	}

body{
	text-align: center;
	line-height: 1.6em;
	margin:0;
	padding-top: calc(var(--header-h) + 10px);
	font-size: clamp(12px, 1vw, 16px);
	color: #444444;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:500;
	letter-spacing:0.04em;
	}
img{
	max-width: 100%;
	height: auto;
	}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	}

.seo-intro{
	max-width: 1000px;
	margin: 12px auto 10px;
	text-align: center;
	}
.seo-intro__lead{
	margin: 0 0 6px;
	font-weight: 700;
	font-size: clamp(14px, 2.2vw, 18px);
	letter-spacing: .08em;
	color: #333;
	}
.seo-intro__text{
	margin: 0;
	font-weight: 400;
	font-size: clamp(13px, 2.0vw, 15px);
	line-height: 1.9;
	color: #555;
	}

.heading{
	width:90%;
	max-width:1100px;
	margin:30px auto 1px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding: 12px 0 14px;
	text-align:center;
	}
.heading-jp{
	font-family:"Zen Maru Gothic", sans-serif;
    font-weight:600;
	font-size:clamp(22px,3.2vw,34px);
	letter-spacing:0.65em;
	line-height:1.05;
	color:#333333;
	padding-left:0.65em;
	margin: auto;
	}
.heading-en{
	font-family:"Zen Kaku Gothic", sans-serif;
	font-weight:500;
	font-size:clamp(10px,1.7vw,14px);
	letter-spacing:0.22em;
	color:#444444;
	margin:5px auto -3px;
	}

.plan-grid{
	max-width: 1000px;
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:40px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	}
.plan-card{
	display: block;
	border: 3px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background:#fff;
	transition: .25s;
	box-shadow: 0 6px 18px rgba(0,0,0,.04);
	}
.plan-card img{
	width: 100%;
	height: auto;
	display: block;
	}
.plan-card__body{
	padding: 8px 14px;
	text-align: left;
	}
.plan-card__title{
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.4em;
	}
.plan-card__desc{
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	}
.plan-card:hover{
	border-color:#d0d0d0;
	box-shadow: 0 10px 28px rgba(0,0,0,.08);
	transform: translateY(-6px);
	}

.profile{
	max-width: 900px;
	margin: 15px auto;
	display: flex;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	padding: 20px;
	}
.profile-left img{
	width: 331px;
	height: auto;
	display: block;
	}
.profile-right{
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	line-height: 1.9;
	font-size: clamp(8px, 1.8vw, 15px);
	}
.profile-right p{
	display: block;
	margin: 0 0 1.6em;
	text-align: center;
	}
.profile-right p:last-child{
	margin-bottom: 0;
	}

.faq{
	max-width: 900px;
	margin: 18px auto 0;
	padding: 0 10px;
	text-align: left;
}
.faq__item{
	display: grid;
	grid-template-columns: 18px 1fr;
	column-gap: 6px;
	row-gap: 8px;
	padding: 10px 0 16px;
	}
.faq__dot{
	margin-top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #666;
	}
.faq__q{
	margin: 0;
	font-weight: 700;
	font-size: clamp(14px, 2.2vw, 18px);
	letter-spacing: .08em;
	color: #333;
	}
.faq__a{
	grid-column: 2 / -1;
	margin: 0;
	font-size: clamp(12px, 2.0vw, 15px);
	line-height: 1.95;
	color: #444;
	}
.faq__note{
	color: #ff3a45;
	font-weight: 700;
	}
.faq__more{
	margin: 6px 0 0;
	font-weight: 400;
	font-size: clamp(12px, 2.0vw, 14px);
	line-height: 1.9;
	color: #555;
	}
.faq__links{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0;
	padding-left: 24px;
	}
.faq__link{
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 999px;
	font-weight: 700;
	font-size: clamp(12px, 2.0vw, 14px);
	letter-spacing: .06em;
	color: #333;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease;
	}
.faq__link:hover,
.faq__link:focus-visible{
	background: #fdd6e3;
	border-color: #bbb;
	}
.faq__places{
	display: inline-block;
	margin-top: 4px;
	font-size: 0.88em;
	line-height: 1.65;
	color: #555;
	}
.faq__places strong{
	font-weight: 700;
	color: #444;
	}

.contact-text{
	text-align: center;
	line-height: 1.7;
	margin: auto;
	max-width: 1000px;
	}
.contact-main{
	font-size: clamp(11.5px, 1.8vw, 16px);
	margin-bottom: 1.0em;
	}
.contact-note{
	color: #e60033;
	font-size: clamp(10px, 1.8vw, 14px);
	}

.row{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content:center;
	margin-bottom:0.8em;
	}
.row a{
	display:inline-block;
	border-radius: 10px;
	transition: .25s;
	}
.row a:hover{
	transform: translateY(-6px);
	box-shadow: 0 10px 22px rgba(0,0,0,.10);
	}
.row > *{
	flex: 0 1 auto;
	min-width: 0;
	}
.row img{
	display: block;
	max-width: 100%;
	height: auto;
	}

@media (max-width: 800px){
.plan-grid{
    grid-template-columns: 1fr;
	}
.heading-jp-profile{
    white-space: nowrap;
    letter-spacing: 0.15em;
    padding-left: 0;
    font-size: clamp(20px, 5.4vw, 24px);
	}
.profile{
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    }
.profile-left{
    width: 100%;
    display: flex;
    justify-content: center;
	}
.profile-left img{
    width: min(331px, 70vw);
	}
.profile-right{
    width: 100%;
    font-size: 10.5px;
    line-height: 1.8;
	}
.mobile-cta{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(250, 248, 244, 0.96);
    border-top: 1px solid #e9e2d8;
    backdrop-filter: blur(6px);
	}
.mobile-cta__btn{
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 14px 16px;
    border-radius: 999px;
    background: #d8c0a0;
    color: #fff;
    font-weight: 700;
    letter-spacing: .12em;
	}
:root{ --header-h: 64px; }
.site-nav{ display:none; }
.menu-btn{ display:inline-flex; align-items:center; justify-content:center; }
.site-brand__jp{
    font-size: 16px;
	}
body{
    padding-bottom: 84px;
	}
:root{ --header-h: 64px; }
.site-nav{ display:none; }
.menu-btn{ display:inline-flex; align-items:center; justify-content:center; }
.site-brand__jp{
    font-size: 16px;
	}
	}

@media (hover: none){
.plan-card:hover,
.row a:hover{
    transform: none;
    box-shadow: none;
	}
.seo-intro{
	margin: 10px auto 14px;
	}
	}
	
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
	}
	}