/* ==========================================================================
   共通パーツ（使い回し用）
   ========================================================================== */
.ttl .en {
	display: block;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #E5220E;
}
.ttl .ja {
	display: block;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.03em;
}

.btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    padding: 8px 30px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-family: 'M PLUS 1', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: inherit;
    transition: opacity 0.3s ease;
}
.btn a:hover {
	opacity: 0.6;
}

.low_hd__inner--ttl {
	font-size: 32px;
	font-weight: 700;
}
.low_hd__inner--ttl .en {
	display: block;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #E5220E;
}
.low_hd--simple {
	background: #051A37;
}
.low_hd--simple .low_hd__inner {
	height: 220px;
}
.low_hd--simple .low_hd__inner--content {
	position: relative;
}

/* ==========================================================================
   front-page / intro
   ========================================================================== */
.intro {
	position: relative;
	overflow: hidden;
	background: #051A37;
	padding: 130px 0;
}
.intro::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 480px;
	height: 460px;
	background: url(../images/003.svg) no-repeat center / contain;
	transform: translateY(-50%);
	pointer-events: none;
}
.intro__innner {
	position: relative;
	z-index: 1;
}
.intro h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 40px;
}
.intro__text {
	font-size: 16px;
	line-height: 2;
    color: #fff;
}

/* ==========================================================================
   front-page / news
   ========================================================================== */
.tp_news {
	background: #062045;
	padding: 110px 0;
	color: #fff;
}
.tp_news .news__content {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.tp_news .news__description {
	flex-shrink: 0;
	width: 280px;
}
.tp_news .news__ttl .en {
	color: #E5220E;
}
.tp_news .news__btn {
	margin-top: 40px;
}
.tp_news .news__archive {
	flex: 1;
}
.tp_news .news__archive--content {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tp_news .news__archive--content:first-child {
	padding-top: 0;
}
.tp_news .news__archive--content:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.tp_news .news__archive--date {
	flex-shrink: 0;
	width: 90px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'M PLUS 1', sans-serif;
}
.tp_news .news__archive--date time {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}
.tp_news .news__archive--date--y {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
}
.tp_news .news__archive--date--md {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.tp_news .news__archive--ttl {
	flex: 1;
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
}
.tp_news .news__archive--content:hover .news__archive--ttl {
	opacity: 0.6;
}

/* ==========================================================================
   front-page / guide
   ========================================================================== */
.guide {
	background: #203758;
	padding: 110px 0;
	color: #fff;
}
.guide__ttl {
	margin-bottom: 50px;
}
.guide__ttl .en {
	color: #B1D536;
}
.guide__innner--text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 16px;
}
.guide__innner--text h3:first-child {
	margin-top: 0;
}
.guide__innner--text p {
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
.guide__innner--text .red {
	color: #E5220E;
}

/* ==========================================================================
   front-page / price
   ========================================================================== */
.price {
	background: #051A37;
	padding: 110px 0;
	color: #fff;
	font-weight: 700;
}
.price__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}
.price__head .ttl {
	flex-shrink: 0;
}
.price__ttl .en {
	color: #E5220E;
}
.price__head--text {
    flex: 1;
    padding-left: 8em;
}
.price__head--lead {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.price__head--sub {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.price__map {
	margin-bottom: 70px;
}

.price__block {
	margin-top: 60px;
}
.price__block:first-of-type {
	margin-top: 0;
}
.price__block--ttl {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 24px;
}

.price__cards {
	display: flex;
	gap: 24px;
}
.price__cards--3col .price__card,
.price__cards--2col .price__card {
	flex: 1;
}
.price__card {
	background: #0A0A0A;
	padding: 36px 30px 30px;
	text-align: center;
}
.price__card--ttl {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.price__card--price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255);
    padding-bottom: 10px;
}
.price__card--time {
	font-size: 24px;
	font-weight: 700;
}
.price__card--yen {
	font-size: 20px;
	font-weight: 700;
}
.price__card--num {
	font-size: 50px;
	font-weight: 700;
}
.price__card--note {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	margin-top: 20px;
}

.price__free {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.price__member {
	display: flex;
	background: #1452A0;
	padding: 50px;
	gap: 60px;
}
.price__member--left {
	flex-shrink: 0;
	width: 360px;
}
.price__member--right {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.price__member--ttl {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.price__member--badge {
	display: inline-block;
	background: #B1D536;
	color: #051A37;
	font-size: 24px;
	font-weight: 700;
	padding: 6px 20px;
	margin-bottom: 24px;
}
.price__member--price {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
    align-items: center;
}
.price__member--label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.price__member--num {
	font-size: 50px;
	font-weight: 700;
    line-height: 1;
}
.price__member--num .yen {
	font-size: 20px;
	margin-right: 4px;
}
.price__member--right p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.5;
	color: #fff;
}

/* ==========================================================================
   front-page / information
   ========================================================================== */
.information {
	background: #000 url(../images/005.jpg) no-repeat center center / cover;
	padding: 110px 0;
	color: #fff;
}
.information__ttl .en {
	color: #B1D536;
}
.information__head {
	margin-bottom: 50px;
}
.information__content {
	display: flex;
	align-items: stretch;
	gap: 40px;
}
.information__table {
	flex: 1;
}
.information__table--row {
	display: flex;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.information__table--row:first-child {
	padding-top: 0;
}
.information__table--row:last-child {
	border-bottom: none;
}
.information__table--label {
	width: 140px;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.information__table--value {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
}
.information__table--value a {
	color: inherit;
}
.information__map {
	position: relative;
	flex: 1;
	overflow: hidden;
}
.information__map::before {
	content: "";
	display: block;
	padding-top: 75%;
}
.information__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}

/* ==========================================================================
   front-page / instagram
   ========================================================================== */
.instagram {
	background: #051A37;
	padding: 100px 0;
	color: #fff;
}
.instagram__content {
	display: flex;
	align-items: center;
	gap: 60px;
}
.instagram__description {
	flex-shrink: 0;
	width: 280px;
}
.instagram__description--head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 30px;
}
.instagram__description--icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}
.instagram__description--ttl {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}
.instagram__feed {
	flex: 1;
	min-height: 160px;
}

/* ==========================================================================
   front-page / contact
   ========================================================================== */
.contact {
	background: #062045;
	padding: 110px 0;
}
.contact__cards {
	display: flex;
	gap: 24px;
}
.contact__card {
	flex: 1;
	background: #203758;
	padding: 48px;
}
.contact__card--ttl {
	margin-bottom: 20px;
}
.contact__card--text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.9;
	color: #fff;
	margin-bottom: 36px;
}
.contact__card--btn a {
    width: 100%;
    gap: 14px;
    border: none;
    border-radius: 5px;
    padding: 18px 30px;
    font-size: 20px;
    font-weight: 600;
}
.contact__card--btn img {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}
.contact__card--web .ttl .en {
	color: #B1D536;
}
.contact__card--web .contact__card--btn a {
	background: #B1D536;
	color: #062045;
}
.contact__card--tel .ttl .en {
	color: #E5220E;
}
.contact__card--tel .contact__card--btn a {
	background: #E5220E;
	color: #fff;
}

/* ==========================================================================
   共通パーツ / フローティング予約・お問い合わせ
   ========================================================================== */
.float_contact {
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
}
.float_contact__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 30px 0px;
}
.float_contact__icon img {
	display: block;
	width: 22px;
	height: 22px;
	margin-bottom: 12px;
}
.float_contact__text {
	writing-mode: vertical-rl;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.float_contact__item--web {
    background: #B1D536;
    color: #062045;
    border-radius: 10px 0 0px 10px;
    margin-bottom: 1em;
}
.float_contact__item--tel {
    background: #E5220E;
    color: #fff;
    border-radius: 10px 0 0px 10px;
}
.float_contact__item:hover {
	opacity: 0.85;
}

/* ==========================================================================
   footer
   ========================================================================== */
.footer {
	background: #051A37;
}
.footer__main {
	padding: 80px 0 50px;
}
.footer__description {
	width: 100%;
	text-align: center;
}
.footer__description--home {
	display: inline-block;
	color: inherit;
	transition: opacity 0.3s ease;
}
.footer__description--home:hover {
	opacity: 0.7;
}
.footer__description--logo {
	margin-bottom: 24px;
}
.footer__description--logo img {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	height: auto;
}
.footer__description--company {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.footer__description--address {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}
.footer__description--instagram {
	font-size: 14px;
	margin-bottom: 30px;
}
.footer__description--instagram a {
	display: inline-flex;
	align-items: center;
}
.footer__description--instagram img {
	display: block;
	width: auto;
	height: 1.3em;
}
.footer__nav--list {
	justify-content: center;
	gap: 12px 28px;
}
.footer__nav--list li a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
.footer__map {
	display: none;
}
.footer__copyright {
	background: #000;
	padding: 18px 0;
	text-align: center;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 12px;
	color: #fff;
}

/* ==========================================================================
   archive-news（トップページのお知らせ一覧と同じ見た目）
   ========================================================================== */
.page_content.news {
	background: #fff;
	padding: 80px 20px 100px;
	color: #111;
}
.page_content.news .news__archive--content {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.page_content.news .news__archive--content:first-child {
	padding-top: 0;
}
.page_content.news .news__archive--content:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.page_content.news .news__archive--date {
	flex-shrink: 0;
	width: 90px;
	padding-right: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	font-family: 'M PLUS 1', sans-serif;
}
.page_content.news .news__archive--date time {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}
.page_content.news .news__archive--date--y {
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
}
.page_content.news .news__archive--date--md {
	font-size: 20px;
	font-weight: 500;
	color: #111;
}
.page_content.news .news__archive--ttl {
	flex: 1;
	font-size: 15px;
	line-height: 1.8;
	color: #111;
}
.page_content.news .news__archive--content:hover .news__archive--ttl {
	opacity: 0.6;
}
.low_pagenation {
	margin-top: 60px;
}

/* ==========================================================================
   single-news
   ========================================================================== */
.post_content.news_detail {
	padding: 80px 0 100px;
}
.news_detail__meta {
	max-width: 840px;
	margin: 0 auto 50px;
	text-align: center;
}
.news_detail__date.en {
	display: inline-block;
	margin-bottom: 14px;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #E5220E;
}
.news_detail__ttl h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
}
.news_detail__btn {
	margin-top: 60px;
}

/* ==========================================================================
   page-tokutei（特定商取引法に基づく表記）
   ========================================================================== */
.page_content.tokutei {
	padding: 80px 0 100px;
}
.tokutei__table {
	border-top: 1px solid #e3e3e3;
}
.tokutei__table--row {
	padding: 28px 0;
	border-bottom: 1px solid #e3e3e3;
}
.tokutei__table--ttl {
	width: 220px;
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 700;
	color: #111;
}
.tokutei__table--text {
	flex: 1;
	font-size: 15px;
	line-height: 1.9;
	color: #333;
}
.tokutei__table--text a {
	text-decoration: underline;
}
