@charset "utf-8";

/* =========================================================
   ヒーロー（メインビジュアル）
========================================================= */
.mainvisual {
	padding: 4rem 0 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	height: auto;
}
.slick-list { overflow: unset; }

.mainvisual-sp { display: none !important; }
.mainvisual-pc { display: block !important; }
@media screen and (max-width: 640px) {
	.mainvisual-sp { display: block !important; }
	.mainvisual-pc { display: none !important; }
}

.mainvisual .slick-slide img {
	width: 100%;
	object-fit: cover;
}

.mainvisual .mainlogo {
	position: absolute;
	width: 80%;
	z-index: 1;
	margin: 0 auto;
	left: 0; right: 0; top: 0;
	opacity: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvisual .mainlogo img {
    object-fit: cover;
    width: 52%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.623));
}
.mainvisual .nav_follow { display: none; }
.mainvisual ul.sns { display: none; }
.mainvisual .global-nav { display: none; }

@media screen and (max-width: 640px) {
	.mainvisual .slick-track li img {
		width: 100% !important;
		transform: translate(-0%, 0%);
	}
	.mainvisual .slick-track li img.mainvisual-sp {
		width: 100% !important;
		transform: none;
	}
}

@media screen and (min-width: 768px) {
    .mainvisual {
        padding: 0 0;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 7% 0 0 0;
        height: 750px;
    }
	.mainvisual .mainlogo {
		width: 42%;
		top: 0;
	}
	.mainvisual .slick-slide img {
		width: 100%;
		height: auto;
		object-position: top center;
	}
}

/* =========================================================
   LP共通：セクションタイトル
========================================================= */
.lp-section-title {
	text-align: center;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 600;
	color: #333;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
	line-height: 1.4;
}
.lp-section-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.lp-section-title span::after {
	content: "";
	position: absolute;
	left: 50%; bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	border-bottom: 2px dotted #bda778;
}
.lp-section-sub {
	text-align: center;
	font-size: 0.85rem;
	font-weight: 700;
	color: #555;
	letter-spacing: 0.06em;
	margin: 4px 0 28px;
}

/* =========================================================
   LP共通：ボタン
========================================================= */
.lp-btn {
	display: inline-block;
	background: #373022;
	color: #fff !important;
	padding: 16px 60px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700;
	transition: background 0.25s, opacity 0.25s;
	letter-spacing: 0.03em;
}
.lp-btn:hover {
	opacity: 0.8;
}
.lp-btn--sm {
	padding: 12px 40px;
	font-size: 1rem;
}

/* =========================================================
   リード（ショップリード）
========================================================= */
.lp-lead {
	max-width: 960px;
	margin: 80px auto 60px;
	padding: 0 20px;
	text-align: center;
}
.lp-lead__title {
	font-size: clamp(1.6rem, 3.4vw, 2.2rem);
	line-height: 1.6;
	margin-bottom: 24px;
	text-align: center;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: #333;
}
.lp-lead__text {
	max-width: 850px;
	margin: 0 auto 40px;
	font-size: 1rem;
	color: #555;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.03em;
}
.lp-lead__text p { margin-bottom: 1em; }
.lp-lead__cta {
	margin-top: 28px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.lp-lead {
		margin: 50px auto 40px;
	}
	.lp-lead__title {
		font-size: clamp(1.3rem, 5vw, 1.8rem);
		line-height: 1.7;
	}
	.lp-lead__text {
		font-size: 0.95rem;
		line-height: 1.8;
	}
	.lp-btn {
		padding: 14px 40px;
		font-size: 1rem;
	}
}

/* =========================================================
   コンセプト
========================================================= */
.lp-concept {
	padding: 60px 20px 40px;
	text-align: center;
}
.lp-concept__inner {
	max-width: 960px;
	margin: 0 auto;
}
.lp-concept__box {
	margin: 50px auto 0;
	max-width: 800px;
	text-align: center;
}
.lp-concept__box h3 {
	font-size: clamp(1.3rem, 3vw, 1.8rem);
	font-weight: 600;
	color: #333;
	margin-bottom: 16px;
	letter-spacing: 0.05em;
}
.lp-concept__box p {
	font-size: 1rem;
	color: #555;
	line-height: 2;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
	.lp-concept {
		padding: 40px 16px 20px;
	}
	.lp-concept__box {
		margin: 35px auto 0;
	}
	.lp-concept__box p {
		font-size: 0.95rem;
		line-height: 1.8;
	}
}

/* =========================================================
   料金 SYSTEM
========================================================= */
.lp-price {
	max-width: 1160px;
	margin: 80px auto;
	padding: 50px 22px;
	text-align: center;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	line-height: 2.2;
}
.lp-price__title {
	display: inline-block;
	position: relative;
	margin: 0 auto 35px;
	text-align: center;
	font-weight: 700;
	color: #333;
}
.lp-price__title-main {
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	line-height: 1.7;
}

/* コース見出し */
.lp-course-title {
	text-align: center;
	margin: 60px 0 16px;
	font-size: clamp(1.3rem, 3vw, 1.8rem);
	font-weight: 700;
	color: #333;
}
.lp-course-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.lp-course-title span::after {
	content: "";
	position: absolute;
	left: 50%; bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	border-bottom: 2px dotted #bda778;
}
.lp-course-desc {
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
	margin-bottom: 10px;
}

/* 料金行 */
.lp-price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.lp-price-row:first-of-type {
	border-top: none;
}
.lp-course-title + .lp-price-row,
.lp-course-title + .lp-course-desc + .lp-price-row {
	border-top: none;
}
.lp-price-time {
	font-size: 1.2rem;
	text-align: left;
	font-weight: 400;
}
.lp-price-val strong {
	font-size: 1.3rem;
	font-weight: 400;
	color: #111;
}

@media screen and (max-width: 640px) {
	.lp-price {
		margin: 50px 16px;
		padding: 35px 16px;
	}
	.lp-course-title {
		margin-top: 40px;
	}
	.lp-price-time {
		font-size: 1rem;
	}
	.lp-price-val strong {
		font-size: 1.1rem;
	}
}

/* =========================================================
   利用規約
========================================================= */
.lp-rules {
	max-width: 1160px;
	margin: 80px auto;
	padding: 50px 22px;
	text-align: left;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	line-height: 2.3;
}
.lp-rules h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 2rem;
	color: #333;
}
.lp-rules h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.lp-rules h2 span::after {
	content: "";
	position: absolute;
	left: 50%; bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	border-bottom: 2px dotted #bda778;
}

.lp-rules__box {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.lp-rules__block h3 {
	font-weight: 700;
	color: #333;
	font-size: 1.1rem;
	margin: 0 0 10px;
}
.lp-rules__block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #555;
	line-height: 1.8;
	font-size: 0.95rem;
}
.lp-rules__block li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.lp-rules__block li::before {
	content: "・";
}

@media screen and (max-width: 640px) {
	.lp-rules {
		margin: 50px 16px;
		padding: 35px 16px;
	}
	.lp-rules h2 {
		font-size: 1.6rem;
	}
}

/* =========================================================
   サロン紹介
========================================================= */
.lp-salon {
	padding: 60px 16px;
	text-align: center;
}
.lp-salon__inner {
	max-width: 960px;
	margin: 0 auto;
}
.lp-salon__slider {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.lp-salon__slider li {
	line-height: 0;
}
.lp-salon__slider img {
	width: 100%;
	/* aspect-ratio: 4/3; */
	object-fit: cover;
	border-radius: 8px;
}
.lp-salon__slider .slick-dots {
	bottom: -32px;
}
@media screen and (max-width: 640px) {
	.lp-salon {
		padding: 40px 16px;
	}
}

/* =========================================================
   ブログ
========================================================= */
.lp-blog {
	padding: 60px 0;
}
.lp-blog__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px;
}
.blog_tabs {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0 0 0;
	border-bottom: 2px solid #ddd;
	flex-wrap: wrap;
	justify-content: center;
}
.blog_tabs li {
	cursor: pointer;
	padding: 8px 10px;
	transition: 0.2s;
	font-size: 0.9rem;
	font-weight: 500;
	border-radius: 6px 6px 0 0;
}
.blog_tabs li:hover {
	background: rgba(55, 48, 34, 0.05);
}
.blog_tabs li.active {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 2px solid #fff;
	background: #fff;
	margin-bottom: -2px;
	font-weight: 700;
	color: #373022;
}

.lp-blog .blog_list {
	display: none !important;
	padding: 1.5rem 1rem;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
.lp-blog .blog_list.active {
	display: block !important;
}
.blog_list li {
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}
.blog_list li:last-child {
	border-bottom: none;
}
.blog_list li .image {
	width: 30%;
	flex-shrink: 0;
}
.blog_list li .image img {
	width: 100%;
	/* aspect-ratio: 4/3; */
	object-fit: cover;
	border-radius: 6px;
}
.blog_list li .disc {
	flex: 1;
}
.blog_list li .disc .date {
	font-size: 0.8rem;
	color: #999;
}
.blog_list li .disc h3 {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0.25rem 0;
	font-weight: 600;
}
.blog_list li .disc h3 a { color: #333; }
.blog_list li .disc .text {
	font-size: 0.85rem;
	line-height: 1.6;
	color: #777;
}
.blog_list li .disc .text a { color: #777; }
.lp-blog__cta {
	text-align: center;
	margin-top: 30px;
}

@media screen and (min-width: 640px) {
	.lp-blog .blog_list.active {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
		padding: 2rem 1.5rem;
	}
	.blog_list li {
		flex-direction: column;
		padding: 0;
		border-bottom: none !important;
	}
	.blog_list li .image {
		width: 100%;
	}
	.blog_list li .image img {
		aspect-ratio: 16/10;
	}
	.blog_list li .disc {
		padding-top: 0.5rem;
	}
}
@media screen and (max-width: 640px) {
	.lp-blog {
		padding: 40px 0;
	}
}

/* =========================================================
   アクセス
========================================================= */
.lp-access {
	padding: 60px 16px;
	text-align: center;
}
.lp-access__inner {
	max-width: 1160px;
	margin: 0 auto;
}
.lp-access__block {
	margin-top: 50px;
	padding-top: 50px;
}
.lp-access__block:first-of-type {
	margin-top: 30px;
	padding-top: 0;
	border-top: none;
}
.lp-access__block + .lp-access__block {
	border-top: 1px solid #ddd;
}
.lp-access__name {
	font-size: clamp(1.4rem, 3vw, 1.8rem);
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}
.lp-access__addr {
	font-size: clamp(0.95rem, 2vw, 1.15rem);
	color: #666;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.lp-access__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	background: #fff;
}
.lp-access__frame iframe,
.lp-access__frame object,
.lp-access__frame embed {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.lp-access__detail {
	margin-top: 30px;
}
.lp-access__detail-label {
	font-size: 1.3rem;
	font-weight: 600;
	color: #444;
	margin-bottom: 10px;
	border-bottom: 2px dotted #bda778;
	display: inline-block;
	padding-bottom: 5px;
}
.lp-access__detail p {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
	.lp-access {
		padding: 40px 16px;
	}
	.lp-access__block {
		margin-top: 30px;
		padding-top: 30px;
	}
}

/* =========================================================
   店舗情報
========================================================= */
.lp-shopinfo {
	max-width: 800px;
	margin: 0 auto 60px;
	padding: 28px 22px;
	color: #333;
	border: 1px solid #222;
}
.lp-shopinfo__title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	margin: 0 auto 1.5rem;
	position: relative;
	padding-bottom: 10px;
}
.lp-shopinfo__title::after {
	content: "";
	position: absolute;
	left: 50%; bottom: 0;
	transform: translateX(-50%);
	width: 10%;
	max-width: 220px;
	border-bottom: 2px dotted #bda778;
}
.lp-shopinfo__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
.lp-shopinfo__table th,
.lp-shopinfo__table td {
	padding: 14px 0;
	vertical-align: middle;
	line-height: 1.9;
	border: 0;
	border-top: 1px dotted #dcd0d6;
	text-align: left;
}
.lp-shopinfo__table tr:first-child th,
.lp-shopinfo__table tr:first-child td {
	border-top: none;
}
.lp-shopinfo__table th {
	width: 120px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
	padding-right: 16px;
}
.lp-shopinfo__table td {
	overflow-wrap: anywhere;
	word-break: break-word;
	padding: 14px 0 14px 20px;
}
.lp-shopinfo__url {
	color: #bda778;
	border-bottom: 1px dotted #bda778;
	text-decoration: none;
	transition: all 0.25s ease;
}
.lp-shopinfo__url:hover { color: #8e764d; border-bottom-color: #8e764d; }
.lp-shopinfo__tel {
	color: #333;
	text-decoration: none;
	font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
	.lp-shopinfo {
		margin: 0 16px 40px;
		padding: 22px 16px;
	}
	.lp-shopinfo__table th {
		width: 5.5em;
	}
}

/* =========================================================
   相互リンク
========================================================= */
.lp-link {
	padding: 40px 16px 60px;
}
.lp-link__inner {
	max-width: 1100px;
	margin: 0 auto;
}
.lp-link__main {
	text-align: center;
	margin-bottom: 15px;
}
.lp-link__main img { max-width: 48%; }
.lp-link__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 23%);
	justify-content: center;
	gap: 15px;
	list-style: none;
}
.lp-link__list img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.lp-link__list {
		grid-template-columns: repeat(auto-fit, 48%);
		gap: 10px;
	}
}

.attention {
    padding: 0 10%;
}

.attention h2 {
    font-size: 10px;
}

.attention a {
    font-size: 9px;
}

@media screen and (min-width: 640px) {
	.attention {
		padding: 0 28%;
	}

.lp-rules{
text-align: center;
	}


}

