@charset "UTF-8";

/*----------------------------------------------------------------
  Common Classes
  ----------------------------------------------------------------*/

.d-sp {
	display: none;
}

.w-100 {
	width: 100%;
}

.inner {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------------------------------
  Page Elements
  ----------------------------------------------------------------*/

.page-header {
	position: sticky; /* スクロール時にヘッダーが追従しないように変更 */
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: rgba(251, 244, 241, 0);
	transition: background-color 0.3s;
}

.page-header-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
}

.page-header-fixed {
	background-color: rgba(251, 244, 241, 0.75);
}

.page-nav {
	position: relative;
	display: block !important;
}

.page-nav-inner {
	display: flex;
}

.page-nav-inner li {
	margin-left: 4px;
}

.page-nav-inner a,
.page-nav-inner label,
.page-nav-toggle a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: "Sorts Mill Goudy", serif;
	color: #5e2b1a;
	text-shadow: 0 0 5px #f8fefd;
	transition: background-color 0.3s;
}

.page-nav-inner a,
.page-nav-inner label {
	padding: 1px 20px;
	border: 2px solid #fff;
	border-radius: 20px;
	background-color: rgba(252, 252, 252, 0.45);
	font-size: 2.4rem;
}

.page-nav-inner a:hover,
.page-nav-inner a:active,
.page-nav-inner label:hover,
.page-nav-inner label:active,
.page-nav-inner .current,
.reserve-toggle:checked ~ .page-nav-inner label,
.page-nav-toggle a:hover,
.page-nav-toggle a:active {
	background-color: rgba(88, 28, 4, 0.7);
	color: #fff;
	text-shadow: 0 0 5px rgba(252, 251, 234, 0.33);
}

.page-nav-toggle {
	position: absolute;
	top: 100%;
	right: 1px;
	width: 132px;
	padding-top: 11px;
	border-bottom: 2px solid #fff;
	background: transparent url(../img/bg_menu_top.png) center top no-repeat;
	letter-spacing: 0.1rem;
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.page-nav-toggle li {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}

.page-nav-toggle li:nth-of-type(n+2):before {
	content: "";
	display: block;
	height: 1px;
	margin: 0 5px;
	background-color: #fff;
}

.reserve-toggle:checked ~ .page-nav-toggle {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.page-nav-toggle a {
	padding: 5px 0;
	background-color: rgba(94, 43, 26, 0);
	letter-spacing: -0.1rem;
	font-size: 2rem;
}

.jumbotron {
	position: relative;
	width: 100%;
	margin: -104px 0 0;
}

.jumbotron img {
	opacity: 0;
	transition: opacity 1s;
}

.jumbotron .img-1 {
	opacity: 1;
	transition-delay: 1s;
}

.jumbotron .img-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	transition-delay: 0s;
}

.content-header {
	position: relative;
	z-index: 1;
	margin: -34px 0 0;
	padding: 26px 0 6px;
	background:
		url(../img/bg_content_header_1.png) center no-repeat,
		transparent url(../img/bg_content_header_2.png) center bottom repeat-x;
	text-align: center;
	text-indent: 0.6rem;
	letter-spacing: 1.2rem;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 4.6rem;
	color: #fff;
}

.parts::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 180px;
	height: 38px;
	margin-left: -90px;
	background: transparent url(../img/bg_content_header_parts.png) center no-repeat;
}

.content-subheader {
	text-align: center;
	color: #3d1b21;
}

.content-subheader span,
.content-subsubheader span {
	display: block;
}

.content-subheader .en {
	text-indent: 0.1rem;
	font-size: 3.6rem;
	padding-bottom: 15px;
	font-family: "Sorts Mill Goudy", serif;
	background: transparent url(../img/bg_service_1.png) center bottom no-repeat;
}

.content-subsubheader {
	position: relative;
	z-index: 1;
	text-align: center;
}

.content-subsubheader .ja {
	font-size: 1.6rem;
}

.content-subsubheader .en {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	background:
		url(../img/bg_dia_10x15.png) center left no-repeat,
		transparent url(../img/bg_dia_10x15.png) center right no-repeat;
	line-height: 1;
	letter-spacing: 0.2rem;
	text-indent: 0.1rem;
	text-align: center;
	font-size: 3.8rem;
	font-family: "Sorts Mill Goudy", serif;
	color: #711111;
}

.header-dots {
	padding-bottom: 12px;
	background: transparent url(../img/bg_news_after.png) center bottom no-repeat;
	text-align: center;
	font-family: "Sorts Mill Goudy", serif;
	color: #3d1b21;
}

.service-list {
	margin-top: 110px;
	margin-bottom: 145px;
}

.service-list li {
	margin-bottom: 125px;
}

.service-list .content-subsubheader {
	margin-bottom: 15px;
	color: #2b0101;
}

.service-list .content-subsubheader .en {
	max-width: 325px;
}

.instagram-header {
	margin-bottom: 15px;
	text-align: center;
}

.instagram-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 135px;
}

.instagram-list li {
	width: 25%;
}

.instagram-list li a {
	position: relative;
	display: block;
	padding-top: 100%;
}

.instagram-list li a::after {
	content: "";
	position: absolute;
	right: 6px;
	bottom: 6px;
	z-index: 1;
	width: 34px;
	height: 34px;
	background: transparent url(../img/icon_instagram.png) center no-repeat;
}

.instagram-list li a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.news {
	margin-bottom: 155px;
	padding: 23px 0 0;
	border-width: 22px 11px;
	border-style: solid;
	border-color: #fff;
	border-image: url(../img/bg_news.png) 200 101 28 / 200px 101px 28px / 0 round;
}

.news h2 {
	margin-bottom: 65px;
	letter-spacing: 1.2rem;
	text-indent: 0.6rem;
	font-size: 4.8rem;
}

.news ul {
	width: 100%;
	height: 300px;
	padding: 0 max(0px, calc(50% - 390px));
	overflow-y: scroll;
	margin: 0 auto 50px;
	scrollbar-color: #3d1b21;
	scrollbar-width: thin;
}

.news ul::-webkit-scrollbar {
	width: 11px;
}

.news ul::-webkit-scrollbar-button {
	display: none;
}

.news ul::-webkit-scrollbar-thumb {
	background-color: #3d1b21;
}

.news ul::-webkit-scrollbar-track {
	background-color: transparent;
	background-image: none;
}

.news dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news dt {
	width: 105px;
	margin: 0 0 30px auto;
	letter-spacing: 0;
}

.news dd {
	width: calc(100% - 105px);
	margin: 0 auto 30px 0;
	padding: 0 0 30px 30px;
	border-bottom: 1px solid #3d1b21;
	background: transparent url(../img/bg_dia_10x15.png) left 10px top 5px no-repeat;
	letter-spacing: 0;
	color: #000;
}

.news dd a {
	color: inherit;
	text-decoration: none;
}

.news dd a:hover,
.news dd a:active {
	text-decoration: underline;
}

.salon-info h2 {
	width: 690px;
	margin: 0 auto 20px;
}

.salon-info h2 .en {
	background: transparent url(../img/bg_salon.png) center bottom no-repeat;
}

.salon-info dl {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 520px;
	margin: 0 auto 25px;
}

.salon-info dt {
	width: 90px;
	font-size: 2rem;
}

.salon-info dd {
	width: 410px;
}

.salon-image {
	display: flex;
}

.salon-image li {
	width: 50%;
}

.salon-image li figure {
	position: relative;
}

.salon-image li figcaption {
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 15px;
}

.salon-info iframe {
	display: block;
	width: 100%;
	height: 540px;
	border: none;
}

#daikanyama {
	margin-top: 90px;
	margin-bottom: 60px;
}

#ginza {
	margin-top: 0px;
	margin-bottom: 50px;
}

#doga {
	margin-top: 5px;
	margin-bottom: 90px;
}

#ginza .salon-image li:nth-of-type(2) {
	color: #fff;
}

.reserved {
	position: absolute;
	top: 130px;
	right: 0;
	z-index: 3;
	width: 40px;
}

.reserved-fixed {
	position: fixed;
}

.reserved a {
	margin-bottom: 25px;
	padding: 8px;
	display: block;
	background-color: #ffe6e6;
	text-align: center;
	text-decoration: none;
	color: #3d1b21;
	writing-mode: vertical-rl;
}

.service {
	margin-top: 60px;
	margin-bottom: 90px;
}

.service .content-subheader {
	margin-bottom: 50px;
	padding-bottom: 40px;
	background: transparent url(../img/bg_content_header_parts.png) center bottom no-repeat;
}

.service .content-subheader .en {
	background: transparent url(../img/bg_service_1.png) center bottom no-repeat;
}

.service .content-subheader .ja {
	font-size: 1.6rem;
}

.service .content-subsubheader {
	margin-bottom: 15px;
}

.service .content-subsubheader:nth-of-type(1) .en {
	width: 370px;
}

.service .content-subsubheader:nth-of-type(2) .en {
	width: 320px;
}

.service .content-subsubheader:nth-of-type(3) .en,
.service .content-subsubheader:nth-of-type(4) .en {
	width: 240px;
}

.service > figure {
	margin-bottom: 100px;
	text-align: center;
}

.service > figure figcaption {
	margin-bottom: 35px;
	font-size: 2.4rem;
	color: #711111;
}

.price-table {
	width: 100%;
	max-width: 890px;
	margin: 0 auto 70px;
	padding: 25px 145px;
	border: 1px solid #fbf4f1;
	border-image: url(../img/bg_service_2.png) 141 143 / 141px 143px / 0 round;
}

.price-table .header-dots {
	margin-bottom: 25px;
	font-size: 2.4rem;
}

/* --- BK 2025.1.5(トップページにYoutube動画を挿入前) --- */

.price-table table {
	width: calc(100% - 20px);
	margin: 0 auto 20px;
	table-layout: fixed;
}

.price-table th {
	padding: 3px 0 3px 25px;
	background: transparent url(../img/bg_dia_10x15.png) top 8px left 0 no-repeat;
	vertical-align: top;
	text-align: left;
}

.price-table th span {
	font-size: 1.4rem;
}

.price-table td {
	width: 150px;
	padding: 3px 0;
	vertical-align: top;
	text-align: right;
}

.price-table a {
	display: block;
	max-width: 420px;
	margin-left: auto;
	padding: 0 0 7px 65px;
	background: transparent url(../img/bg_service_4.png) bottom right no-repeat;
	color: #000;
}

.service-1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.service-1 dl {
	width: calc(100% / 3 - 15px);
}

.service-1 dt {
	margin-bottom: 10px;
}

.service-1 dd {
	margin: 0 30px;
	letter-spacing: 0.4rem;
}

.service-text {
	margin: 0 5px;
}

.service-text dt {
	margin-bottom: 20px;
	padding-left: 30px;
	background: transparent url(../img/bg_dia_13x16.png) center left no-repeat;
	font-size: 2.4rem;
}

.service-text dd {
	margin-bottom: 30px;
	letter-spacing: 0.24rem;
}

.service-text + h3 {
	marginトップ: 85px;
}

.service .service-2 {
	margin: 100px 0 40px;
}

.service-3 {
	padding: 25px 75px;
}

.service-4 {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 80px;
}

.service-4 li {
	width: calc(100% / 3 - 40px);
}

.service-4 dt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: transparent url(../img/bg_service_3.png) bottom center / contain no-repeat;
}

.service-4 dt > span {
	width: 30px;
	padding: 0 0 4px;
	background: transparent url(../img/bg_dia_30x40.png) center / contain no-repeat;
	text-align: center;
	font-size: 2.4rem;
	font-family: "Sorts Mill Goudy", serif;
}

.service-4 dt div {
	width: calc(100% - 45px);
	font-size: 1.4rem;
}

.service-4 dt div span {
	display: block;
	line-height: 1;
	letter-spacing: 0.3rem;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 2.4rem;
}

.service-4 dd {
	margin: 0 10px;
}

.service-4 dd span {
	font-size: 1.2rem;
}

.service-5 {
	display: flex;
	justify-content: space-between;
}

.service-5 figcaption {
	margin-bottom: 0;
	font-size: 1.6rem;
	text-align: left;
	color: #000;
}

.service-5 p {
	width: calc(100% - 435px);
}

.service-5 p span {
	font-size: 1.2rem;
}

.equipment,
.information {
	max-width: 1280px;
	margin: 60px auto 0;
}

.equipment .content-subsubheader:nth-of-type(1) .en,
.information .content-subsubheader:nth-of-type(1) .en {
	width: 150px;
}

.equipment .content-subsubheader:nth-of-type(2) .en,
.information .content-subsubheader:nth-of-type(2) .en {
	width: 680px;
}

.equipment figure:nth-of-type(1),
.information figure:nth-of-type(1) {
	max-width: 1080px;
	margin: 40px auto 90px;
}

.equipment figure:nth-of-type(2),
.information figure:nth-of-type(2) {
	margin-top: -50px;
}

.page-footer {
	position: sticky;
	left: 0;
	top: 0;
	padding: 20px;
	background-color: #3d1b21;
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	color: #fff;
}

/*----------------------------------------------------------------
  オーナー挨拶 (修正済み)
  ----------------------------------------------------------------*/
.owner-message { padding: 80px 0; }
.owner-message .inner { max-width: 1080px; margin-left: auto; margin-right: auto; padding: 0 4%; }
.owner-message .section-title {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 50px;
	color: #3d1b21;
	font-family: "Sorts Mill Goudy", serif;
	letter-spacing: 0.1rem;
	position: relative;
}
.owner-message .section-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	width: 180px;
	height: 38px;
	background: transparent url(../img/bg_content_header_parts.png) center no-repeat;
	background-size: contain;
}
.owner-message-content { display: flex; align-items: center; gap: 60px; }
.owner-photo { flex: 0 0 45%; position: relative; overflow: hidden; }
.owner-photo img { width: 100%; height: auto; display: block; border-radius: 15px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.owner-text { flex: 1; line-height: 2; font-size: 1.6rem; color: #000; }
.owner-text p { margin-bottom: 1.5em; }

/* スマートフォン向けの調整 */
@media (max-width: 768px) {
	.owner-message { padding: 50px 0; }
	.owner-message .section-title { font-size: 2.2rem; margin-bottom: 30px; }
	.owner-message .section-title::after { width: 90px; height: 19px; }
	.owner-message-content { flex-direction: column; gap: 30px; }
	.owner-photo { flex: none; width: 80%; }
	.owner-photo img { border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
	.owner-text { line-height: 1.8; font-size: 1.4rem; }
	.owner-text p { margin-bottom: 1em; }
}

/* ================================================================
   === GPT SAFE ENHANCE (非破壊・見た目不変・使い勝手UP) ===
   ================================================================ */

/* 1) キーボード操作の見やすいフォーカス（色は既存色に調和） */
:focus-visible {
	outline: 2px solid #711111;
	outline-offset: 2px;
}

/* 2) スティッキーヘッダーでアンカー遷移が隠れないように余白確保 */
[id] { scroll-margin-top: 120px; }

/* 3) ホバー効果はポインタあり端末のみ */
@media (hover: hover) and (pointer: fine) {
	.page-nav-inner a:hover,
	.page-nav-toggle a:hover { filter: brightness(1.02); }
}

/* 4) 動きが苦手なユーザー配慮（動画/フェードのアニメ軽減） */
@media (prefers-reduced-motion: reduce) {
	* { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
	.jumbotron img { transition: none !important; }
}

/* 5) 視覚的に表示しないがスクリーンリーダー向けのテキスト用ユーティリティ */
.sr-only, .visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* 6) 画像がにじみやすい場合の補正（縮小時の見栄え向上、対応ブラウザのみ） */
img { image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; }

/* 7) 長い英数を折り返し（レイアウト崩れ防止） */
.news dd, .service-text dd, .service-5 p { overflow-wrap: anywhere; word-break: break-word; }

/* 8) 印刷時の最低限最適化（背景非表示・文字濃度確保） */
@media print {
	* { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
	.page-header, .page-footer, .reserved { position: static !important; }
}