/* ====================================================================
   about-page.css
   下層ページ about.php 専用スタイル
   ==================================================================== */

/* ---------- ご挨拶 ---------- */
.ap-greeting {
	position: relative;
	background: #fff;
}

.ap-greeting-inner {
	position: relative;
}

.ap-greeting-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 20px;
}

.ap-greeting-desc {
	font-size: 14px;
	line-height: 2;
	color: var(--color-text-brown, #6b4f4f);
	margin-bottom: 16px;
}

.ap-greeting-signature {
  margin-top: 40px;
  text-align: right;
  font-family: var(--font-klee);
  font-style: italic; 
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-dark, #4a3c3c);
}

.ap-greeting-photo img {
	width: 100%;
	border-radius: 24px;
}

/* ---------- 店舗情報テーブル（電話番号・住所などのフィールドを2列グリッドで表示） ---------- */
.ap-info-table {
	width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ap-info-row {
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-pink-icon, #e8b6b9);
}

.ap-info-row:nth-last-child(-n+2) {
	border-bottom: none;
	padding-bottom: 0;
}

.ap-info-label {
	display: flex;
	gap: 5px;
	color: var(--color-pink-deep, #d99ba0);
	background: #fdf6f4;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	border-radius: 5px;
	min-width: 120px;
  flex-direction: row;
  align-items: center;
}

.ap-info-label i {
	color: var(--color-pink-deep, #d99ba0);
    font-size: 13px;
    flex: none;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ap-info-value {
	font-size: 14px;
	line-height: 1.8;
	color: var(--color-text-dark, #4a3c3c);
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ap-info-sns {
	display: flex;
	gap: 10px;
}

.ap-info-sns-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--color-pink-icon, #e8b6b9);
	color: #fff;
	font-size: 16px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.ap-info-sns-icon:hover {
	transform: scale(1.1);
	opacity: 0.9;
}

.ap-access .section-bg-text{    
  color: rgba(255, 255, 255, 0.8);
}

/* ---------- 店舗情報（表＋地図） ---------- */
.ap-access {
	position: relative;
	background: var(--color-pink-bg, #f9efed);
}

.section-bg-text span{
  display: block;
  width: 10px;
}


.ap-info-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 40px;
  flex-direction: column;
}

.ap-info-photo {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.ap-info-photo img {
	display: block;
	border-radius: 5px;
	width: 100%;
	height: auto;
	object-fit: cover;box-shadow: 0 10px 26px rgba(107, 79, 79, 0.08);
	border: 4px solid #fff;
}

.ap-info-photo p{
  font-weight: 500;
}

.ap-access-table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 10px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.ap-access-note {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.8;
	color: var(--color-text-brown, #6b4f4f);
}


/* ---------- 資格・登録情報 ---------- */
.ap-registration {
	margin-top: 40px;
	padding-top: 36px;
	border-top: 1px dashed var(--color-pink-icon, #e8b6b9);
}

.ap-registration-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.ap-registration-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--color-pink-icon, #e8b6b9);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 6px 14px rgba(217, 155, 160, 0.35);
}

.ap-registration-heading-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ap-registration-en {
	font-family: var(--font-cormorant, serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	color: var(--color-pink-deep, #d99ba0);
}

.ap-registration-title {
	font-family: var(--font-klee);
	font-size: clamp(20px, 2.5vw, 25px);
	font-weight: 600;
	color: #2c0a04;
}

#information .ap-info-label {
  color: #ab5f52;
}


.ap-registration-card{
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 10px 26px rgba(107, 79, 79, 0.06);
}

.ap-registration-detail{
  display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 28px;
}

.ap-registration-photos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	align-content: start;
}

.ap-registration-photos figure {
	margin: 0;
}

.ap-registration-photos img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 4px solid #fdf6f4;
	box-shadow: 0 8px 20px rgba(107, 79, 79, 0.1);
	cursor: zoom-in;
	transition: transform 0.25s ease;
}

.ap-registration-photos img:hover {
	transform: scale(1.03);
}

.ap-registration-photos figcaption {
	margin-top: 10px;
  font-size: 0.8rem;
	text-align: center;
	color: var(--color-text-brown, #6b4f4f);
}


.ap-registration-lead {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ab5f52;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.8;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 16px;
}

.ap-registration-lead i {
	margin-top: 4px;
	flex: none;
}

.ap-registration-table .ap-info-row:nth-last-child(-n+2) {
	border-bottom: 1px dashed var(--color-pink-icon, #e8b6b9);
	padding-bottom: 10px;
}

.ap-registration-table .ap-info-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media (max-width: 1100px) {
  .ap-registration-lead {
    font-size: 1.05rem;
  }
}
@media (max-width: 900px) {
	.ap-registration-detail {
		grid-template-columns: 1fr;
	}
  
  .ap-registration-lead i {
    margin-top: 0;
  }
  
  #information .ap-info-table{    border-bottom: 1px dashed var(--color-pink-icon, #e8b6b9);
  }
}

@media (max-width: 600px) {
	.ap-registration {
		margin-top: 30px;
		padding-top: 24px;
	}


	.ap-registration-photos {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
  
  .ap-registration-lead {
    font-size: 1rem;
  }
}

@media (max-width: 420px) {
	.ap-registration-photos {
		grid-template-columns: 1fr;
	}
}

/* ---------- ギャラリー ---------- */
.ap-gallery {
	position: relative;
	background: #fff;
	padding-bottom: 20px;
}

.ap-gallery-heading {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.ap-gallery-grid {
	position: relative;
  padding-top: 40px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.ap-gallery-item {
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(107, 79, 79, 0.08);
}

.ap-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ap-gallery-item:hover img {
	transform: scale(1.06);
}

/* ==================== Responsive ==================== */
@media (max-width: 1100px) {
  .ap-info-layout,
  .ap-gallery-grid {
    padding-top: 20px;
  }
  
  .ap-registration-detail {
    grid-template-columns: 1fr 1fr;
  }
  
}

@media (max-width: 900px) {
	.ap-greeting-content {
		display: flex;
		flex-direction: column;
	}

	.ap-greeting-photo {
		max-width: 80%;
		margin: 0 auto;
	}
  
   .ap-info-layout,
  .ap-gallery-grid {
    padding-top: 0;
  }

	.ap-info-layout {
		flex-direction: column;
	}

	.ap-info-photo img {
		max-height: 260px;
	}

	.ap-access-table {
		grid-template-columns: 1fr;
	}
  
  
  .ap-registration-detail {
    grid-template-columns: 1fr;
  }

	.ap-info-row:nth-last-child(2) {
		border-bottom: 1px dashed var(--color-pink-icon, #e8b6b9);
		padding-bottom: 16px;
	}

	.ap-info-row:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.ap-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
  
  .ap-registration-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  
  .ap-info-row {
    display: flex;
    flex-direction: column;
  }
  
	.ap-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
  
  .ap-info-value {
    padding: 10px;
  }
  
  .ap-info-layout {
    gap: 10px;
  }
  
  .ap-info-photo {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
