@charset "UTF-8";
/*----------------------------------------
  top.css  - 学園前北地区開発プロジェクト TOPページ固有スタイル
  common.css を変更せず、TOP固有レイアウトはここで対応する。
  ブレークポイント: max-width 768px (錦大宮ベースに準拠)
-----------------------------------------*/

/* MV (Main Visual) */
.mv h1 {
	margin: 0;
	position: relative;
}
.mv h1 picture {
	display: block;
}
.mv h1 picture.mv_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(20px);
}
.mv h1 picture.mv_bg02{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	clip-path: inset(100% 0 0 0);
}
.mv h1 picture.mv_bg02 {
	z-index: 1;
}
.mv h1 picture.mv_text {
	z-index: 2;
}
.mv h1 .mv_ttl{
	position: absolute;
	bottom: clamp(12px, 2.5vw, 40px);
	left: 2.5%;
	width: 95%;
	margin: 0;
	opacity: 0;
	transform: translateY(20px);
	z-index: 2;
}
.mv h1 picture img {
	width: 100%;
	height: auto;
	display: block;
}
.mv h1 .mv_ttl img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.mv h1 picture.mv_text {
		top: 0;
		left: 0;
		width: 100%;
	}
	.mv h1 .mv_ttl{
		bottom: 10px;
		left: 4%;
		width: 92%;
	}
}

/* 共通ウィジェット */
.sttl_01 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #a98320;
}
@media screen and (max-width: 768px) {
  .sttl_01 { font-size: 16px; }
}
.sttl_01.line {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sttl_01.line { margin-bottom: 40px; }
}
.sttl_01.line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  width: 1px;
  height: 40px;
  background: #a98320;
}

.copy_f32 {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .copy_f32 { font-size: 20px; }
}

/* 幅ユーティリティ */
.w1000 { width: 90%; max-width: 1000px; margin-inline: auto; }
.w1200 { width: 90%; max-width: 1200px; margin-inline: auto; }


/*-----------------------------------------
  mv
-----------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv picture img {
  width: 100%;
  height: auto;
  display: block;
}
.mv_txt_area {
  position: absolute;
  bottom: 60px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .mv_txt_area { bottom: 30px; left: 4%; }
}
.mv_catch {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mv_catch { font-size: 22px; }
}
.mv_sub {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mv_sub { font-size: 13px; }
}

/*-----------------------------------------
  intro_sec
-----------------------------------------*/
.intro_sec {
  padding: 50px 0 80px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .intro_sec { padding: 20px 0 45px; }
}
.intro_inner { text-align: center; }
.intro_project_copy {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.12em;
  color: #1f1715;
  font-size: clamp(22px, 2.35vw, 40px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 32px;
}
.intro_area_group {
  position: relative;
  display: inline-flex;
  align-items: baseline;
}
.intro_area_label {
  font-size: 0.52em;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 0.4em;
  margin-left: 0;
}
.intro_area_approx {
  font-size: 0.85em;
  font-weight: 600;
  margin-right: 0.05em;
  margin-left: 0.1em;
}
.intro_area_num {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.32em;
  letter-spacing: 0.02em;
}
.intro_area_unit {
  letter-spacing: 0.02em;
  padding-right: 10px;
}
.intro_area_unit sup {
  font-size: 0.48em;
  line-height: 0;
  vertical-align: super;
}
.intro_project_copy .intro_area_unit:first-of-type {
  margin-right: 10px;
}
.intro_entry_ttl{
	font-size: clamp(36px, 4.2vw, 62px);
	font-weight: 600;
	color: #b5232d;
	letter-spacing: 0.02em;
	margin-bottom: 1px;
	text-align: center;
}
.intro_entry_sub {
  font-size: clamp(13px, 1.2vw, 16px);
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
.intro_btn_wrap {
  text-align: center;
}
.intro_entry_btn {
  display: inline-block;
  margin: 0 auto;
}
.intro_entry_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(520px, 90vw);
  min-height: 80px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef1515 0%, #e91a72 100%);
  color: #fff;
  font-size: clamp(18px, 1.8vw, 28px);
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 0.3s;
  box-shadow: 0 4px 15px rgba(233, 26, 114, 0.2);
}
.intro_entry_btn a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .intro_project_copy {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 12px;
  }
  .intro_project_copy .intro_area_unit:first-of-type {
    margin-right: 0;
  }
  .intro_area_label {
    position: static;
    font-size: 0.7em;
    margin-right: 0.3em;
    margin-left: 0;
  }
  .intro_area_num {
  font-size: 1.7em;
}
	.intro_entry_ttl{
		font-size: 38px;
		margin-bottom: 8px;
	}
  .intro_entry_sub {
    font-size: 13px;
    margin-bottom: 26px;
    line-height: 1.6;
    padding: 0 10px;
  }
  .intro_entry_btn a {
    min-height: 56px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

/*-----------------------------------------
  concept_sec
-----------------------------------------*/
.concept_sec {
  padding: 80px 0 80px;
  background:#f6f4f0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept_sec {
		padding: 40px 0;
	}
}
.concept_inner {
  max-width: 900px;
}
.concept_label {
  display: inline-block;
  position: relative;
  margin: 0 0 82px;
  color: #211815;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.concept_label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 62px;
  height: 1px;
  background: #211815;
  transform: translateX(-50%);
}
.concept_title {
  margin: 0 auto 26px;
  color: #211815;
  font-family: "Times New Roman", Times, serif;
  line-height: 0.82;
  letter-spacing: -0.03em;
}
.concept_title img {
  max-width: 690px;
}
.concept_title p {
  margin: 0;
  line-height: 0.82;
}
.concept_title span {
  display: inline-block;
  margin-right: 0.12em;
  font-size: 0.34em;
  letter-spacing: -0.02em;
  vertical-align: 0.45em;
}
.concept_title_new {
  padding-left: 0.65em;
  font-size: clamp(62px, 8.2vw, 112px);
}
.concept_title_gakuenmae {
  font-size: clamp(58px, 7.7vw, 104px);
}
.concept_lead {
  margin: 0 0 18px;
  color: #211815;
  font-size: clamp(29px, 3.4vw, 43px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.concept_sub {
  margin: 0 0 46px;
  color: #211815;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.concept_txt {
  color: #555;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.04em;
}
.concept_txt p {
  font-weight: 600;
}
.concept_txt p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .concept_label {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .concept_title {
    margin-bottom: 22px;
  }
  .concept_title_new {
    padding-left: 0.35em;
  }
  .concept_lead {
    font-size: 26px;
    letter-spacing: 0.04em;
  }
  .concept_sub {
    font-size: 16px;
  }
  .concept_txt {
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
  }
}

/*-----------------------------------------
  always_new_sec
-----------------------------------------*/
.always_new_sec {
  position: relative;
  overflow: hidden;
}
.always_new_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.always_new_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 90%;
}
.always_new_catch {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .always_new_catch { font-size: 24px; }
}
.always_new_sub {
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .always_new_sub { font-size: 14px; }
}

/*-----------------------------------------
  history_sec
-----------------------------------------*/
.history_sec{
  position: relative;
  min-height: 550px;
  overflow: hidden;
  color: #fff;
}
.history_sec .img_cap{
  font-size: 12px;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
@media screen and (max-width: 768px){
  .history_sec .img_cap{
    font-size: 10px;
    bottom: 10px;
    right: 10px;
  }
}
.history_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.history_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.history_inner {
  position: relative;
  z-index: 1;
  min-height: 550px;
  max-width: 1500px;
  margin: 0 auto;
  width: 95%;
}
.history_copy{
  position: absolute;
  top: 42px;
  right: 2%;
}
.history_copy img{
  width: auto;
  height: clamp(85px, 9.6vw, 136px);
  display: block;
  margin: 0 0 0 auto;
}
.history_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	display: grid;
	grid-template-columns: max-content minmax(0, 600px) 370px;
	justify-content: start;
	align-items: center;
	gap: 20px;
}
.history_ttl{
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  filter: drop-shadow(0 0 3px rgb(0 0 0 / .5));
}
.history_txt {
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
	filter: drop-shadow(0 0 3px rgb(0 0 0 / .5));
}
.history_btn {
  margin: 0 0 6px;
}
.history_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(105deg, #ef1717 0%, #f03a18 38%, #e51b72 100%);
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .history_sec,
  .history_inner {
    min-height: 540px;
  }
  .history_bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / .05) 40%, rgb(0 0 0 / .3) 55%, rgb(0 0 0 / .7) 100%);
	z-index: 1;
  }
  .history_copy{
    top: 34px;
    right: 6%;
    left: 6%;
  }
  .history_copy img{
    height: 68px;
  }
  .history_bottom {
    left: 5%;
    right: 5%;
    bottom: 28px;
    display: block;
  }
  .history_ttl {
    margin-bottom: 18px;
    font-size: 44px;
  }
  .history_txt {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .history_btn a {
    min-height: 50px;
    font-size: 18px;
  }
}

/*-----------------------------------------
  wellbeing_sec
-----------------------------------------*/
.wellbeing_sec {
  padding: 72px 0 76px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wellbeing_sec { padding: 48px 0 60px; }
}
.wellbeing_inner {
  max-width: 1300px;
}
.wellbeing_main_ttl {
  margin: 0 0 6px;
}
.wellbeing_main_ttl img {
  max-width: 620px;
}
.wellbeing_lead {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  margin: 0 0 54px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.wellbeing_lead::before,
.wellbeing_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 1px;
  background: #777;
}
.wellbeing_lead::before {
  right: calc(100% + 10px);
}
.wellbeing_lead::after {
  left: calc(100% + 10px);
}
@media screen and (max-width: 768px) {
  .wellbeing_main_ttl {
    font-size: 38px;
  }
  .wellbeing_lead { font-size: 14px; margin-bottom: 25px; }
}
.wellbeing_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto auto auto;
	gap: 0;
	margin: 0 0 86px;
	text-align: left;
}
@media screen and (max-width: 768px) {
  .wellbeing_list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 58px;
  }
}
.wellbeing_item{
	grid-row: span 4;
	display: grid;
	grid-template-rows: subgrid;
	min-width: 0;
	padding: 0 26px 0;
	border-right: 1px solid rgba(0, 0, 0, 0.28);
}
.wellbeing_item:first-child {
  border-left: 0;
}
.wellbeing_item:last-child {
  border-right: 0;
}
.wellbeing_body{
	grid-row: span 3;
	display: grid;
	grid-template-rows: subgrid;
	border-top: 1px solid rgba(0, 0, 0, 0.28);
	padding: 0;
}
.wellbeing_item .wellbeing_pic {
  display: block;
  margin-top: 20px;
  position: relative;
}
.wellbeing_item img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}
.img_cap {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  z-index: 5;
  text-shadow: 1px 1px 2px rgb(0 0 0 / .5);
  pointer-events: none;
}
.img_cap.cap_dark {
  color: #111;
}
.img_cap.cap_light {
  color: #fff;
}
.wellbeing_ttl {
  font-family: "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-align: center;
}
.wellbeing_item .wellbeing_points li::before { color: #b5b5b6; }

.wellbeing_copy_wrap{
	min-height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 18px;
	padding: 20px 10px;
	box-sizing: border-box;
}
.wellbeing_num {
	font-family: "EB Garamond", "Times New Roman", serif;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 5px;
	text-align: center;
	color: #241815;
}
.wellbeing_num::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #241815;
	margin: 5px auto 0;
}
.wellbeing_copy{
	color: #241815;
	font-size: 24px;
	line-height: 1.38;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 10px 5px 0;
}
.wellbeing_kuten{
	letter-spacing: -0.5em;
}
.wellbeing_copy::after{
	display: none;
}
.wellbeing_txt{
	min-height: 92px;
	margin: 0 0 12px;
	color: #333;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.02em;
}
.wellbeing_points {
  margin: 0;
  padding: 0;
}
.wellbeing_points li {
  position: relative;
  padding: 6px 0 6px 14px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.24);
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}
.wellbeing_points li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

/*============================
wellbeing colors
============================*/
.wellbeing_item--01 .wellbeing_copy_wrap{
	background: rgb(224 238 215);
}
.wellbeing_item--02 .wellbeing_copy_wrap{
	background: rgb(211 235 234);
}
.wellbeing_item--03 .wellbeing_copy_wrap{
	background: rgb(215 219 235);
}
.wellbeing_item--04 .wellbeing_copy_wrap{
	background: rgb(247 224 210);
}
.wellbeing_item--01 .wellbeing_points li::before{
	color: rgb(224 238 215);
}
.wellbeing_item--02 .wellbeing_points li::before{
	color: rgb(211 235 234);
}
.wellbeing_item--03 .wellbeing_points li::before{
	color: rgb(215 219 235);
}
.wellbeing_item--04 .wellbeing_points li::before{
	color: rgb(247 224 210);
}
.wellbeing_item--01 .txt_highlight{
	color: rgb(15 137 43);
	font-weight: 700;
}
.wellbeing_item--02 .txt_highlight{
	color: rgb(0 127 120);
	font-weight: 700;
}
.wellbeing_item--03 .txt_highlight{
	color: rgb(0 91 171);
	font-weight: 700;
}
.wellbeing_item--04 .txt_highlight{
	color: rgb(184 65 36);
	font-weight: 700;
}

.wellbeing_entry {
  text-align: center;
}
.wellbeing_coming{
  display: inline-flex;
  min-width: min(480px, 80vw);
  border-radius: 16px;
  background: linear-gradient(to right, #bb977c 0%, #956944 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 8px 0px rgb(0 0 0 / .3);
  transition: opacity 0.3s;
  margin-bottom: 40px;
}
.wellbeing_coming > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 21px 48px;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
.wellbeing_coming:hover{
	opacity: 0.7;
}
.wellbeing_coming img.btn_logo {
  width: auto;
  height: clamp(50px, 7vw, 90px);
  filter: brightness(0) invert(1);
  margin-bottom: 15px;
  display: block;
}
.wellbeing_coming p {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
  text-align: center;
}
.wellbeing_map{
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .wellbeing_map{
  margin: 0 0 40px 0;
  }
  .wellbeing_body{
		display: block;
		padding: 0;
  }
  .wellbeing_item {
		display: block;
    padding: 20px 0 0;
    border-right: 0;
  }
  .wellbeing_ttl { font-size: 22px; }
  .wellbeing_copy_wrap{
	min-height: auto;
  }
  .wellbeing_copy{
		font-size: 20px;
		padding: 15px 0;
  }
  .wellbeing_txt {
	min-height: auto;
	font-size: 13px;
  }
  .wellbeing_points li {
    font-size: 13px;
  }
  .wellbeing_entry_ttl {
    font-size: 25px;
  }
  .wellbeing_copy::after{
		margin: 15px 0 0;
  }
  .wellbeing_entry_btn {
    margin-bottom: 44px;
  }
  .wellbeing_coming > a {
  padding: 10px 5px;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
  .wellbeing_entry_btn a {
    min-height: 60px;
    font-size: 22px;
  }
  .wellbeing_coming{
    padding: 4px 18px;
    margin-bottom: 25px;
  }
  .wellbeing_coming img.btn_logo {
  margin-bottom: 5px;
}
  .wellbeing_coming p {
    font-size: 16px;
  }
  .wellbeing_coming_name {
    font-size: 19px !important;
  }
}

/*-----------------------------------------
  entry_sec
-----------------------------------------*/
.entry_sec {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #e9e5dc;
}
@media screen and (max-width: 768px) {
  .entry_sec { padding: 50px 0; }
}
.entry_bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.entry_bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.entry_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.entry_txt {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .entry_txt { font-size: 15px; }
}
.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn_entry a{
	display: inline-block;
	padding: 16px 40px;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: opacity 0.3s;
	background: #a98320;
	color: #fff;
}
.btn_entry a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.btn_entry a{
		padding: 14px 24px;
		font-size: 13px;
	}
}

/*-----------------------------------------
  first_project_sec
-----------------------------------------*/
.first_project_sec {
  padding: 100px 0;
  background: #f8f6f0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .first_project_sec { padding: 60px 0; }
}
.first_project_sec .sttl_01 { margin-bottom: 40px; }



/*-----------------------------------------
  location_sec
-----------------------------------------*/
.location_sec {
  padding: 80px 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .location_sec { padding: 44px 0 20px; }
}
.location_inner {
  max-width: 940px;
}
.location_label {
  margin: 0 0 18px;
  color: #888;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.location_heading {
  margin: 0 0 40px;
  color: #333;
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.location_facilities {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px 22px;
  margin: 0 auto 62px;
  text-align: left;
}
.location_facility {
  grid-column: span 3;
  margin: 0;
}
.location_facility_l {
  grid-column: span 4;
}
.location_facility img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}
.location_facility figcaption {
  margin-top: 6px;
  color: #333;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.location_map {
  width: min(800px, 72vw);
  margin: 0 auto;
}
.location_map img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .location_heading {
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  .location_facilities {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 14px;
    margin-bottom: 42px;
  }
  .location_facility,
  .location_facility_l {
    grid-column: span 1;
  }
  .location_facility figcaption {
    font-size: 12px;
  }
  .location_map {
    width: min(520px, 92vw);
  }
}

/*-----------------------------------------
  access_sec
-----------------------------------------*/
.access_sec {
  position: relative;
  padding: 0 0 30px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access_sec { padding: 44px 0 30px; }
}
.access_inner {
  max-width: 900px;
}
.access_label {
  margin: 0 0 18px;
  color: #888;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.access_heading {
  margin: 0 0 28px;
  color: #333;
  font-size: clamp(23px, 2.25vw, 30px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.access_main {
  margin: 0 0 70px;
  color: #211815;
  text-align: center;
  padding: 0 30px;
}
.access_station,
.access_bus {
  margin: 0;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.access_station {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2em;
  font-size: clamp(30px, 4.2vw, 54px);
}
.access_rail {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 0.34em;
  line-height: 1.2;
  text-align: left;
  vertical-align: baseline;
}
.access_rail em {
  color: #c6202d;
  font-size: 1.25em;
  font-weight: 400;
}
.access_station strong,
.access_bus strong,
.access_time_grid strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: -0.06em;
}
.access_station strong {
  font-size: 1.55em;
}
.access_bus {
  margin-top: 10px;
  font-size: clamp(26px, 3.1vw, 39px);
}
.access_bus strong {
  font-size: 1.55em;
}
.access_photo_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 auto 40px;
}
.access_photo_grid figure {
  position: relative;
  margin: 0;
}
.access_photo_grid img {
  width: 100%;
  aspect-ratio: 1.56 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}
.access_photo_cap {
  width: min(720px, 82vw);
  margin: 0 auto 0;
  color: #333;
  font-size: 13px;
  text-align: left;
}
.access_time_grid {
  margin: 0 auto 44px;
  padding: 0 6%;
}
.access_time_grid p {
  margin: 0;
  color: #211815;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.05;
  white-space: nowrap;
}
.access_time_grid strong {
  margin-left: 0.18em;
  font-size: 1.9em;
}
.access_time_grid span {
  display: block;
  margin-left: 58%;
  color: #555;
  font-size: 10px;
  line-height: 1;
}
.access_route_map {
  margin: 0 auto 60px;
	padding: 0 6%;
}
.access_route_map img {
  width: 100%;
  height: auto;
  display: block;
}
.access_note {
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .access_heading {
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  .access_main {
    margin-bottom: 42px;
    padding: 0;
  }
  .access_station {
    display: block;
    font-size: 31px;
  }
  .access_rail {
    display: block;
    margin: 0 0 8px;
    text-align: center;
  }
  .access_bus {
    font-size: 25px;
  }
  .access_photo_grid {
    grid-template-columns: 1fr;
    width: auto;
  }
  .img_cap {
	font-size: 14px;
  }
  .access_photo_cap {
    width: auto;
  }
  .access_time_grid {
    grid-template-columns: 1fr;
    width: auto;
    row-gap: 10px;
    padding: 0;
    margin-bottom: 20px;
  }
  .access_time_grid p {
    font-size: 24px;
    text-align: center;
  }
  .access_time_grid span {
    margin-left: 0;
    text-align: center;
  }
  .access_route_map {
  margin: 0 auto 40px;
	padding: 0;
}
}

/* ヘッダーのエントリーボタン色合わせ */
header .head_nav .request {
  background: linear-gradient(90deg, #ef1515 0%, #e91a72 100%) !important;
}

.modal .modal__inner .btn_list li.request a {
  background: linear-gradient(90deg, #ef1515 0%, #e91a72 100%) !important;
}

/*============================
base
============================*/
.opening_intro{
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f6f4f0;
	color: #211815;
	font-family: "Noto Serif JP","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}
/* 縦線はテキストと同じ .opening_intro（fixedコンテナ）基準の % で配置する。
   fixed+vh だと iOS Safari でアドレスバー表示状態により中央寄せテキストと
   座標系がズレて縦線が文字に重なるため、% に統一してズレを防ぐ。 */
.opening_intro::before,
.opening_intro::after{
	content: "";
	position: absolute;
	top: 7.5%;
	left: 50%;
	width: 1px;
	height: min(18%, 150px);
	background: rgb(33 24 21 / .28);
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
	opacity: 0;
}
/* 1枚目の縦線は1枚目のスライドと一緒にフェードアウトさせ、
   2枚目に切り替わっても残らないようにする（描画→保持→退場を1つのアニメで表現）。 */
.is-opening-intro .opening_intro::before{
	animation: openingLine01 4s ease forwards;
}
.is-opening-intro .opening_intro::after{
	animation: openingLine02 4s ease 3.9s forwards;
}
.is-opening-intro .opening_intro{
	pointer-events: auto;
}
.opening_intro.is-opening-intro-finished{
	display: none;
}
.opening_intro.is-opening-intro-leaving{
	animation: openingIntroFadeOut 0.9s ease forwards;
	pointer-events: none;
}
.opening_intro_inner{
	position: relative;
	width: min(96vw, 1180px);
	min-height: 360px;
}
.opening_intro_slide{
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.is-opening-intro .opening_intro_slide01{
	animation: openingSlideFirst 4.0s ease forwards;
}
.is-opening-intro .opening_intro_slide02{
	animation: openingSlideSecond 4.0s ease 3.9s forwards;
}
.opening_intro_copy{
	margin: 0;
	font-size: clamp(26px, 3.55vw, 52px);
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.opening_intro_line{
	display: block;
	opacity: 0;
	transform: translateY(34px);
}
.opening_intro_slide02 .opening_intro_line:nth-child(2){
	margin-top: calc(0.18em + 13px);
}
.opening_intro_slide02 .opening_intro_line:nth-child(3){
	margin-top: 12px;
}
.is-opening-intro .opening_intro_line{
	animation: openingTextIn 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 0.8s;
}
.is-opening-intro .opening_intro_line:nth-child(2){
	animation-delay: 1.38s;
}
.is-opening-intro .opening_intro_line:nth-child(3){
	animation-delay: 1.16s;
}
.is-opening-intro .opening_intro_slide02 .opening_intro_line{
	animation-delay: 4.7s;
}
.is-opening-intro .opening_intro_slide02 .opening_intro_line:nth-child(2){
	animation-delay: 4.88s;
}
.is-opening-intro .opening_intro_slide02 .opening_intro_line:nth-child(3){
	animation-delay: 5.06s;
}
.opening_intro_num{
	display: inline-block;
	margin: 0 0.06em 0 0.12em;
	font-family: "Times New Roman",Times,serif;
	font-size: 1.72em;
	line-height: 0.9;
	letter-spacing: 0.02em;
	vertical-align: -0.03em;
	color: #b5232d;
}
.opening_intro_approx{
	display: inline-block;
	margin: 0 0.02em 0 0.28em;
}
.opening_intro_unit{
	color: #b5232d;
}
.opening_intro_kern_tight{
	display: inline-block;
	margin-left: -0.12em;
}
.opening_intro_shift_right{
	display: inline-block;
	transform: translateX(0.5em);
}
.opening_intro_shift_right_small{
	display: inline-block;
	transform: translateX(0.25em);
}
.opening_intro_accent{
	display: inline-block;
	font-size: 1.28em;
	color: #b5232d;
}
.opening_intro_slide01 .opening_intro_accent{
	letter-spacing: 0;
	white-space: nowrap;
}
.opening_intro_slide01 .opening_intro_line:nth-child(2){
	font-size: 1.28em;
}
.opening_intro_copy sup{
	font-size: 0.38em;
	line-height: 0;
	vertical-align: super;
}
/* スキップボタン。イントロ本体は pointer-events:none のため、
   ボタン側で明示的に pointer-events:auto を指定する。 */
.opening_intro_skip{
	position: absolute;
	right: clamp(20px, 3.2vw, 56px);
	bottom: clamp(20px, 3.2vw, 56px);
	z-index: 1;
	padding: 12px 22px;
	border: 1px solid #211815;
	background: #211815;
	color: #fff;
	font-family: "EB Garamond","Times New Roman",Times,serif;
	font-size: clamp(12px, 1.05vw, 15px);
	letter-spacing: 0.18em;
	line-height: 1;
	text-indent: 0.18em;
	cursor: pointer;
	pointer-events: none;
	transition: color .4s ease, background-color .4s ease;
	-webkit-appearance: none;
	appearance: none;
}
.is-opening-intro .opening_intro_skip{
	pointer-events: auto;
}
.opening_intro_skip:hover,
.opening_intro_skip:focus-visible{
	background: #fff;
	color: #211815;
}
.is-opening-intro{
	overflow: hidden;
}
/* 1枚目の縦線: 0〜0.7s で描画→保持→79%(=3.16s)からスライド1と一緒にフェードアウト */
@keyframes openingLine01{
	0%{
		transform: translateX(-50%) scaleY(0);
		opacity: 0;
	}
	6%{
		opacity: 1;
	}
	17.5%{
		transform: translateX(-50%) scaleY(1);
		opacity: 1;
	}
	79%{
		transform: translateX(-50%) scaleY(1);
		opacity: 1;
	}
	100%{
		transform: translateX(-50%) scaleY(1);
		opacity: 0;
	}
}
/* 2枚目の縦線: 3.9s遅延で描画→保持→84%(=7.26s)からスライド2と一緒にフェードアウト */
@keyframes openingLine02{
	0%{
		transform: translateX(-50%) scaleY(0);
		opacity: 0;
	}
	6%{
		opacity: 1;
	}
	17.5%{
		transform: translateX(-50%) scaleY(1);
		opacity: 1;
	}
	84%{
		transform: translateX(-50%) scaleY(1);
		opacity: 1;
	}
	100%{
		transform: translateX(-50%) scaleY(1);
		opacity: 0;
	}
}
@keyframes openingSlideFirst{
	0%{
		opacity: 0;
		visibility: visible;
	}
	17%,
	79%{
		opacity: 1;
		visibility: visible;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes openingSlideSecond{
	0%{
		opacity: 0;
		visibility: visible;
	}
	18%,
	84%{
		opacity: 1;
		visibility: visible;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes openingTextIn{
	0%{
		opacity: 0;
		transform: translateY(34px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes openingIntroFadeOut{
	0%{
		opacity: 1;
		visibility: visible;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (max-width: 768px){
	.opening_intro::before,
	.opening_intro::after{
		top: 24%;
		height: 10.8%;
	}
	.opening_intro::after{
		top: 25%;
	}
	.opening_intro_inner{
		width: 96vw;
		min-height: 320px;
	}
	.opening_intro_copy{
		font-size: clamp(24.68px, 6.6vw, 30.49px);
		line-height: 1.85;
		letter-spacing: 0.08em;
	}
	.opening_intro_num{
		font-size: 1.58em;
	}
	.opening_intro_accent{
		font-size: 1.24em;
	}
	.opening_intro_slide01 .opening_intro_accent{
		letter-spacing: 0;
		line-height: 1.4;
	}
	.opening_intro_slide01 .opening_intro_line:nth-child(2){
		font-size: 1.24em;
	}
	.opening_intro_skip{
		right: 20px;
		bottom: 24px;
		padding: 10px 18px;
		font-size: 12px;
	}
}
