@charset "UTF-8";

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

body {
	font-size: 1.4rem;
}

.d-pc {
	display: none;
}

.w-100 {
	width: 100%;
}

.inner {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

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

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

.page-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}

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

.page-logo img {
	height: 50px;
}

.page-nav-btn {
	width: 36px;
	height: 36px;
	background: #3d1b21 url(../img/btn_menu_off.png) center no-repeat;
	border-radius: 4px;
}

.page-toggle:checked ~ .page-nav-btn {
	background-image: url(../img/btn_menu_on.png);
}

.page-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	padding-top: 10px;
	background-color: rgba(251, 244, 241, 0.75);
	transition: left 0.5s;
}

.page-nav-inner,
.page-nav-toggle {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 10px;
}

.page-nav-inner li,
.page-nav-toggle li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.page-nav-inner a,
.page-nav-inner label,
.page-nav-toggle a {
	display: block;
	padding: 1px 20px;
	border: 2px solid #fff;
	border-radius: 15px;
	background-color: rgba(252, 252, 252, 0.45);
	text-decoration: none;
	text-align: center;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 2rem;
	color: #5e2b1a;
	text-shadow: 0 0 5px #f8fefd;
	transition: background-color 0.3s;
}

.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 {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

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

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

.content-header {
	position: relative;
	z-index: 1;
	margin: -17px 0 0;
	padding: 13px 0 3px;
	background:
		url(../img/bg_content_header_1.png) center / auto 52px no-repeat,
		transparent url(../img/bg_content_header_2.png) center bottom / 196px auto repeat-x;
	text-align: center;
	text-indent: 0.3rem;
	letter-spacing: 0.6rem;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 2.3rem;
	color: #fff;
}

.content-header::after,
.service h2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 90px;
	height: 19px;
	margin-left: -45px;
	background: transparent url(../img/bg_content_header_parts.png) center / cover no-repeat;
}

.content-subheader {
	letter-spacing: 0.2rem;
	text-indent: 0.1rem;
	text-align: center;
	font-family: "Sorts Mill Goudy", serif;
	color: #3d1b21;
}

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

.content-subheader .en {
	font-size: 2rem;
}

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

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

.content-subsubheader .ja {
	font-size: 1.4rem;
	color: #2b0101;
}

.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.1rem;
	font-size: 2.4rem;
	font-family: "Sorts Mill Goudy", serif;
	color: #711111;
}

.header-dots {
	paddingトップ: 32px;
	text-align: center;
	font-family: "Sorts Mill Goudy", serif;
	color: #3d1b21;
}

.service-list {
	margin-top: 55px;
	margin-bottom: 70px;
}

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

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

.service-list .content-subsubheader .en {
	letter-spacing: 0;
	max-width: 220px;
}

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

.instagram-header img {
	width: 150px;
}

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

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

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

.instagram-list li a::after {
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 1;
	width: 17px;
	height: 17px;
	background: transparent url(../img/icon_instagram.png) center / contain 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: 80px;
	padding: 11px 1px 15px;
	border-width: 11px 5px;
	border-style: solid;
	border-color: #fff;
	border-image-source: url(../img/bg_news.png);
	border-image-slice: 200 101 28;
	border-image-width: 100px 50px 14px;
	border-image-outset: 0;
	border-image-repeat: round;
}

.news h2 {
	margin-bottom: 30px;
	letter-spacing: 0.6rem;
	text-indent: 0.4rem;
	text-align: center;
	font-size: 2.4rem;
	font-family: "Sorts Mill Goudy", serif;
	color: #3d1b21;
}

.news h2::after {
	content: '';
	display: block;
	width: 117px;
	height: 6px;
	margin: 0 auto;
	background: transparent url(../img/bg_news_after.png) center / cover no-repeat;
}

.news ul {
	height: 250px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #3d1b21;
}

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

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

.news dt {
	margin: 0 15px 10px;
}

.news dd {
	margin: 0 15px 15px;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #3d1b21;
	background: transparent url(../img/bg_dia_10x15.png) left 5px top 5px / 10px auto no-repeat;
	color: #000;
}

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

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

.salon-info .content-subheader {
	max-width: 345px;
	margin: 0 auto 10px;
}

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

.salon-info dl {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 10px);
	margin: 0 auto 15px;
}

.salon-info dt {
	width: 80px;
	font-size: 1.6rem;
}

.salon-info dd {
	width: calc(100% - 80px);
	font-size: 1.4rem;
}

.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: 10px;
	top: 10px;
	font-size: 1.4rem;
}

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

#daikanyama {
	margin-top: 45px;
	margin-bottom: 30px;
}

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

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

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

.service {
	margin-top: 30px;
	margin-bottom: 45px;
}

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

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

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

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

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

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

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

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

.price-table {
	width: 100%;
	margin-bottom: 35px;
	padding: 15px 30px 30px;
	border: 1px solid #fbf4f1;
	border-image: url(../img/bg_service_2.png) 141 143 / 71px 72px / 0 round;
}

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

/* --- BK2025.1.5トップページにYoutube挿入前 --- */

.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: 120px;
	padding: 3px 0;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}

.price-table a {
	display: block;
	margin-left: auto;
	padding: 0 0 7px max(calc(100% - 300px), 0px);
	background: transparent url(../img/bg_service_4.png) bottom右 no-repeat;
	color: #000;
}

.service-1 {
	margin-bottom: 20px;
}

.service-1 dl {
	margin-bottom: 15px;
}

.service-1 dt {
	max-width: 320px;
	margin: 0 auto 10px;
}

.service-1 dd {
	margin: 0 15px;
	letter-spacing: 0.2rem;
}

.service-text + h3 {
	margin-top: 40px;
}

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

.service-text dt {
	margin-bottom: 20px;
	padding-left: 30px;
	background: transparent url(../img/bg_dia_13x16.png) top 8px left no-repeat;
	letter-spacing: 0.1rem;
	font-size: 2rem;
}

.service-text dd {
	margin-bottom: 20px;
	letter-spacing: 0.2rem;
	font-size: 1.4rem;
}

.service .service-2 {
	margin: 50px 0 30px;
}

.service-4 {
	margin-bottom: 40px;
}

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

.service-4 dt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
	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 figcaption {
	color: #000;
}

.service-5 p {
	margin-bottom: 20px;
}

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

.equipment {
	margin-top: 30px;
}

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

.equipment figure:nth-of-type(1) {
	margin: 20px 10px 45px;
}

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

.information {
	margin-top: 30px;
}

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

.information figure:nth-of-type(1) {
	margin: 20px 10px 45px;
}

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

.reserved {
	position: absolute;
	top: 78px;
	right: 0;
	z-index: 3;
	width: 35px;
	display: none;
}

.reserved-fixed {
	position: fixed;
}

.reserved a {
	margin-bottom: 10px;
	padding: 7px;
	display: block;
	background-color: #ffe6e6;
	text-align: center;
	text-decoration: none;
	color: #3d1b21;
	font-size: 1.4rem;
	writing-mode: vertical-rl;
}

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

/*----------------------------------------------------------------
  オーナー挨拶 (修正済み)
  ----------------------------------------------------------------*/
.owner-message { padding: 50px 0; }
.owner-message .inner { padding: 0 4%; }
.owner-message .section-title {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 30px;
	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: 90px;
	height: 19px;
	background: transparent url(../img/bg_content_header_parts.png) center no-repeat;
	background-size: contain;
}
.owner-message-content { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.owner-photo { width: 80%; position: relative; overflow: hidden; }
.owner-photo img { width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.owner-text { line-height: 1.8; font-size: 1.4rem; color: #000; }
.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: 80px; }

/* 3) 動き軽減オプション */
@media (prefers-reduced-motion: reduce) {
	* { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

/* 4) 見えないけど読み上げ向けユーティリティ */
.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;
}

/* 5) 長い英数の折り返しで崩れ防止 */
.news dd, .service-text dd, .service-5 p { overflow-wrap: anywhere; word-break: break-word; }

/* 6) タップ判定を少し寛容に（リンク内余白はHTML由来、CSSでは変更なし） */
/* ここでは視覚変更を避けるため、line-height等は既存値のまま維持 */

/* === Owner section spacing fix (SP) === */
@media (max-width: 768px) {
  .owner-message { padding-top: 60px; padding-bottom: 60px; }
  .owner-message .section-title { margin-bottom: 36px; }
  .owner-message-content { gap: 36px; }
  .owner-photo { margin-top: 6px; }
  .owner-text { margin-top: 6px; margin-bottom: 18px; }
}
