html {
	font-size: 62.5%;
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Sans", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #444444;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: inherit;
}

button {
	font: inherit;
}

.page {
	overflow: hidden;
}

.site-header {
	padding: 0;
	border-bottom: 1px solid #f1d8de;
}

.site-header .inner,
.site-footer .inner,
.faq-section .inner,
.analysts .inner {
	width: min(100% - 32px, 1040px);
	margin: 0 auto;
}

.site-header__logo {
	margin: 0;
	width: 18rem;
}

.site-header__logo img {
	display: block;
	width: 100%;
}

.site-footer {
	padding: 3.2rem 0;
	background: #ffffff;
	border-top: 1px solid #f1d8de;
	text-align: center;
}

.site-footer__name {
	margin: 0 0 0.8rem;
	font-size: 1.8rem;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	color: #444444;
}

.site-footer__copy {
	margin: 0;
	font-size: 1.3rem;
	color: #777777;
}

.analysts {
	padding: 8rem 0;
	background: #ffffff;
}

.section-title {
	margin: 0 0 4rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.analysts__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.4rem;
}

.analysts__item {
	padding: 3.2rem 2.8rem;
	border: 1px solid #f0d9df;
	background: #fffafb;
}

.analysts__name {
	margin: 0 0 1.2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #444444;
}

.analysts__text {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.9;
	color: #555555;
}

.analysts__text + .analysts__text {
	margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
	.site-header,
	.site-footer {
		padding: 2rem 0;
	}
	.site-header{
		padding:0;
	}
	.site-header .inner,
	.site-footer .inner,
	.faq-section .inner,
	.analysts .inner {
		width: min(100% - 24px, 1040px);
	}

	.section-title {
		margin-bottom: 2.8rem;
		font-size: 2.4rem;
	}

	.analysts {
		padding: 5.6rem 0;
	}

	.analysts__list {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.analysts__item {
		padding: 2.4rem 1.8rem;
	}

	.analysts__name {
		font-size: 1.8rem;
	}

	.analysts__text {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

.reasons {
	width: calc(100% - 40px);
	max-width: 1120px;
	height: auto;
	background: url(../img/bg-frame-3.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 80px;
	padding: 60px 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.reasons__frame {
	width: 100%;
	box-sizing: border-box;
}

.reasons__sub {
	text-align: center;
	font-size: 24px;
	color: #b7b0b0;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	font-family: "Times New Roman", serif;
}

.reasons__title {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.8;
	color: #444444;
	margin-bottom: 28px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.reasons__lead {
	font-size: 18px;
	line-height: 1.8;
	color: #444444;
	margin-bottom: 40px;
	text-align:center;
}

.reasons__list-block {
	display: block;
}

.reasons__point-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.reasons__point-block:not(:last-child) {
	margin-bottom: 36px;
}

.reasons__point-block:nth-child(even) {
	flex-direction: row-reverse;
}

.reasons__point-image {
	width: 46%;
	flex-shrink: 0;
}

.reasons__point-image img {
	display: block;
	width: 100%;
	height: auto;
}

.reasons__point-content {
	width: 48%;
	flex-shrink: 0;
}

.reasons__label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: url(../img/bg-ribbon-2.png) no-repeat;
	background-size: 110px 40px;
	font-size: 16px;
	font-weight: 700;
	width: 110px;
	height: 40px;
	padding-right: 4px;
	margin-bottom: 16px;
	letter-spacing: 0.03em;
}

.reasons__block-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	color: #444444;
	margin-bottom: 12px;
}

.reasons__text {
	font-size: 16px;
	line-height: 1.9;
	color: #444444;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.reasons {
		width: 90%;
		max-width: none;
		background: none;
		padding: 40px 20px;
		border: double 4px #fddfe3;
		margin: 0 auto 56px;
	}

	.reasons__sub {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.reasons__title {
		font-size: 24px;
		line-height: 1.7;
		margin-bottom: 20px;
	}

	.reasons__lead {
		font-size: 16px;
		margin-bottom: 28px;
		text-align:center;
	}

	.reasons__point-block,
  .reasons__point-block:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }

	.reasons__point-block:not(:last-child) {
		margin-bottom: 32px;
	}

	.reasons__point-image,
	.reasons__point-content {
		width: 100%;
	}

	.reasons__point-content {
		margin-top: 16px;
	}

	.reasons__label {
		font-size: 14px;
		width: 100px;
		height: 36px;
		background-size: 100px 36px;
		margin-bottom: 12px;
	}

	.reasons__block-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.reasons__text {
		font-size: 15px;
		line-height: 1.8;
	}
}
.menu-online {
  padding: 72px 0 88px;
  background: #ffffff;
}

.menu-online .inner {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.menu-online__sub {
  margin: 0 0 8px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b7b0b0;
  font-family: "Times New Roman", "Yu Mincho", serif;
}

.menu-online__title {
  margin: 0 0 32px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.menu-online__list {
  display: grid;
  gap: 20px;
}

.menu-online__card {
  padding: 30px 28px 24px;
  background: #f7e3e8;
}

.menu-online__card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 28px;
  align-items: center;
}

.menu-online__text {
  text-align: center;
}

.menu-online__name {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #2f3148;
}

.menu-online__category {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #b7b0b0;
  font-weight: 700;
}

.menu-online__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #2f3148;
}

.menu-online__price::before {
  content: "【";
}

.menu-online__price::after {
  content: "】";
}

.menu-online__price-old {
  color: #2f3148;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.menu-online__price-arrow {
  color: #2f3148;
  font-weight: 700;
}

.menu-online__price-new {
  color: #ff1e1e;
  font-size: 22px;
  font-weight: 700;
}

.menu-online__price-new--single {
  color: #ff1e1e;
}

.menu-online__image {
  margin: 0;
}

.menu-online__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.menu-online__toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.menu-online__toggle {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-online__toggle::before,
.menu-online__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #666666;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-online__toggle::before {
  width: 18px;
  height: 1.5px;
}

.menu-online__toggle::after {
  width: 1.5px;
  height: 18px;
}

.menu-online__card.is-open .menu-online__toggle::after {
  opacity: 0;
}

.menu-online__detail-panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
}

.menu-online__detail-panel.is-open {
  opacity: 1;
  margin-top: 12px;
}

.menu-online__detail-inner {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid #ead3da;
  text-align: left;
}

.menu-online__detail-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
}

.menu-online__detail-text + .menu-online__detail-text {
  margin-top: 6px;
}

.menu-online__note {
  margin-top: 28px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #ead3da;
}

.menu-online__note-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #444444;
}

.menu-online__note-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .menu-online {
    padding: 48px 0 64px;
  }

  .menu-online .inner {
    width: min(100% - 24px, 980px);
  }

  .menu-online__sub {
    font-size: 16px;
  }

  .menu-online__title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .menu-online__card {
    padding: 20px 16px 18px;
  }

  .menu-online__card-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .menu-online__image {
    width: min(100%, 220px);
    margin: 0 auto;
  }

  .menu-online__name {
    font-size: 20px;
  }

  .menu-online__category {
    font-size: 12px;
    color: #b7b0b0;
  }

  .menu-online__price {
    font-size: 15px;
  }

  .menu-online__price-new {
    font-size: 20px;
  }

  .menu-online__detail-text,
  .menu-online__note-text {
    font-size: 14px;
  }

  .menu-online__note {
    padding: 20px 16px;
  }

  .menu-online__note-title {
    font-size: 18px;
  }
.menu-online__image img {
  width: 50%;
  margin:0 auto;
}
}

.access-visual {
  overflow: hidden;
  background: url(../img/top-bg-5.jpg) center center / cover no-repeat;
}

.access-visual__bg {
  position: absolute;
  inset: 0;
  
  z-index: 1;
}

.access-visual__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  z-index: 2;
}

.access-visual__inner {
  position: relative;
  z-index: 3;
  padding: 5% 0;
  margin: 0 5%;
}

.access-visual__sub {
  margin: 0 0 12px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b9b0ac;
  font-family: "Times New Roman", "Yu Mincho", serif;
}

.access-visual__title {
  margin: 0 0 16px;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.access-visual__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

.access-visual__map {
  width: 52%;
  flex-shrink: 0;
}

.access-visual__map iframe {
  display: block;
  width: 100%;
  height: 540px;
}

.access-visual__info {
  width: 40%;
  flex-shrink: 0;
}

.access-visual__logo {
  margin-bottom: 28px;
}

.access-visual__logo img {
    display: block;
    max-width: 100%;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.access-visual__address {
  margin: 0 0 18px;
  font-style: normal;
}

.access-visual__address p {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
}

.access-visual__station {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

.access-visual__tel {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
  color: #ef8b9a;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.access-visual__tel a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .access-visual {
    padding: 56px 0;
  }

  .access-visual__sub {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .access-visual__title {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .access-visual__content {
    display: block;
  }

  .access-visual__map,
  .access-visual__info {
    width: 100%;
  }

  .access-visual__map {
    margin-bottom: 24px;
  }

  .access-visual__map iframe {
    height: 320px;
  }

  .access-visual__logo {
    margin-bottom: 20px;
  }

  .access-visual__address p {
    font-size: 16px;
    line-height: 1.7;
  }

  .access-visual__station {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .access-visual__tel {
    font-size: 24px;
  }
}

.notes-guide {
	padding: 10rem 7rem;
	background: url(../img/top-bg-6.jpg) no-repeat center / cover;
}

.notes-guide__wrap {
	background: #ffffff;
	padding: 5rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.notes-guide__section:not(:last-of-type) {
	margin-bottom: 4rem;
}

.notes-guide__title {
	background: #fff4f5;
	color: #f78190;
	font-size: 1.8rem;
	padding: 0.8rem 2rem 0.9rem;
	margin: 0 0 1.5rem;
	font-weight: 700;
}

.notes-guide__lead {
	padding: 0 2rem;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.9;
	color: #444444;
}

.notes-guide__list {
	padding: 0 2rem;
	margin: 0;
}

.notes-guide__list li {
	list-style: none;
}

.notes-guide__list li:not(:last-child) {
	margin-bottom: 2rem;
}

.notes-guide__list dl {
	margin: 0;
}

.notes-guide__list dt {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
	color: #444444;
}

.notes-guide__list dt::before {
	content: "●";
	color: #f78190;
	margin-right: 0.4em;
}

.notes-guide__list dd {
	margin: 0;
	padding-left: 1.35em;
	font-size: 1.5rem;
	line-height: 1.9;
	color: #555555;
}

.notes-guide__policy {
	display: flex;
	align-items: flex-start;
	gap: 2.4rem;
	padding: 0 2rem;
}

.notes-guide__policy table {
	width: 58%;
	border-collapse: collapse;
	table-layout: fixed;
}

.notes-guide__policy th {
	background: #f78190;
	color: #ffffff;
	vertical-align: middle;
	width: 34%;
	border: solid 0.2rem #ffffff;
	font-weight: normal;
	font-size: 1.3rem;
	padding: 0.8rem 0.6rem;
	line-height: 1.5;
}

.notes-guide__policy td {
	width: 33%;
	vertical-align: middle;
	border: solid 0.2rem #ffffff;
	font-size: 1rem;
	padding: 0.8rem 0.6rem;
	line-height: 1.5;
	word-break: break-word;
}

.notes-guide__policy tr > td:first-of-type {
	background: #f99fab;
	color: #ffffff;
	text-align: center;
}

.notes-guide__policy tr > td:last-of-type {
	background: #fff4f5;
	text-align: center;
	color: #444444;
}

.notes-guide__policy-notes {
	width: 33%;
	padding-left: 0;
	margin: 0;
	color: #a7a7a7;
	font-size: 1.1rem;
	line-height: 1.8;
}

.notes-guide__policy-notes li {
	position: relative;
	padding-left: 1.3em;
	list-style: none;
}

.notes-guide__policy-notes li::before {
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
}

.notes-guide__policy-notes li:first-child {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.notes-guide {
		padding: 8rem 3rem;
	}

	.notes-guide__wrap {
		padding: 3rem 2.5rem;
	}

	.notes-guide__section:not(:last-of-type) {
		margin-bottom: 3rem;
	}

	.notes-guide__title {
		font-size: 1.6rem;
		padding: 0.8rem 2rem 0.9rem;
		margin-bottom: 1.5rem;
	}

	.notes-guide__lead {
		padding: 0;
		font-size: 1.5rem;
	}

	.notes-guide__list {
		padding: 0;
	}

	.notes-guide__list dt {
		font-size: 1.5rem;
	}

	.notes-guide__list dd {
		font-size: 1.4rem;
	}

	.notes-guide__policy {
		display: block;
		padding: 0;
	}

	.notes-guide__policy table {
		width: 100%;
		margin-bottom: 1rem;
	}

	.notes-guide__policy th,
	.notes-guide__policy td {
		padding: 1rem 0.6rem;
		font-size: 1.3rem;
	}

	.notes-guide__policy-notes {
		width: 100%;
		padding-left: 0;
		font-size: 1.2rem;
	}
}


.faq-section {
	padding: 10rem 7rem 3rem;
}

.faq-section__sub {
	margin: 0 0 1rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #b7b0b0;
	font-family: "Times New Roman", "Yu Mincho", serif;
}

.faq-section__title {
	margin: 0 0 4rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.faq-item:not(:last-of-type) {
	margin-bottom: 2rem;
}

.faq-ttl {
	margin: 0;
}

.faq-ttl__button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: #fff4f5;
	padding: 1rem 6rem 1rem 2.5rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
	color: inherit;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.faq-ttl__button > span:first-of-type {
	color: #f78190;
	width: 4rem;
	flex-shrink: 0;
	font-size: 2.4rem;
	margin-bottom: 0.4rem;
}

.faq-ttl__button > span:last-of-type {
	width: calc(100% - 4rem);
	color: #444444;
}

.faq-ttl__button:hover {
	opacity: 0.7;
}

.faq-ttl__button:focus-visible,
.booking-form__btn:focus-visible,
.access-visual__tel a:focus-visible {
	outline: 2px solid #ef7f92;
	outline-offset: 3px;
}

.faq-ttl__button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 1.2rem;
	height: 1.2rem;
	border-right: 0.2rem solid #f78190;
	border-bottom: 0.2rem solid #f78190;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.3s ease-in-out;
}

.faq-ttl__button.is-open::before {
	transform: translateY(-35%) rotate(225deg);
}

.faq-content {
	margin: 0;
	border: solid 0.2rem #fff4f5;
	border-top: none;
	padding: 0 2.5rem;
	background: #ffffff;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.35s ease, opacity 0.3s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
}

.faq-content[hidden] {
	display: block;
}

.faq-content.is-open {
	opacity: 1;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.faq-content > span:first-of-type {
	color: #f78190;
	width: 4rem;
	flex-shrink: 0;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: -0.3rem;
	display: inline-block;
	vertical-align: top;
}

.faq-content > span:last-of-type {
	display: inline-block;
	width: calc(100% - 4.5rem);
	font-size: 1.2rem;
	line-height: 1.9;
	color: #555555;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.faq-section {
		padding: 8rem 3rem 0;
	}

	.faq-section__sub {
		font-size: 1.6rem;
		margin-bottom: 0.8rem;
	}

	.faq-section__title {
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}

	.faq-item:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	.faq-ttl__button {
		padding: 2rem 5.5rem 2rem 2rem;
		line-height: 1.5;
		font-size: 1.5rem;
	}

	.faq-ttl__button > span:first-of-type {
		width: 3.2rem;
		font-size: 2rem;
	}

	.faq-ttl__button > span:last-of-type {
		width: calc(100% - 3.2rem);
	}

	.faq-content {
		padding: 0 2rem;
	}

	.faq-content.is-open {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}

	.faq-content > span:first-of-type {
		width: 3.2rem;
		font-size: 2rem;
	}

	.faq-content > span:last-of-type {
		width: calc(100% - 3.7rem);
		font-size: 1.5rem;
		line-height: 1.8;
	}
}


.booking-form {
	padding: 8rem 0;
	background: #f6f4f400;
}

.booking-form .inner {
	width: min(100% - 32px, 1040px);
	margin: 0 auto;
}

.booking-form__frame {
	padding: 6rem 5rem;
	background: #ffffff;
	border: 1px solid #f1d8de;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
}

.booking-form__sub {
	margin: 0 0 1rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #b7b0b0;
	font-family: "Times New Roman", "Yu Mincho", serif;
}

.booking-form__title {
	margin: 0 0 2.4rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.booking-form__lead {
	margin: 0;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.9;
	color: #555555;
}

.booking-form__lead + .booking-form__lead {
	margin-top: 0.6rem;
}

.booking-form__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.2rem;
	max-width: 880px;
	margin: 0 auto 0;
}

.booking-form__card {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

/* 上のピンクを大きく */
.booking-form__card:first-child {
	padding: 1.4rem 2rem;
	background: #ffffff;
	border: none;
	box-shadow: none;
}

.booking-form__card:first-child .booking-form__card-title {
	margin: 0 0 0.8rem;
	font-size: 2rem;
	color: #444444;
}

.booking-form__card:first-child .booking-form__card-text {
	min-height: auto;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #666666;
}

.booking-form__card:first-child .booking-form__button-wrap {
	margin-top: 0;
}

.booking-form__card:first-child .booking-form__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.4rem;
	width: 100%;
	max-width: 640px;
	min-height: 9.6rem;
	padding: 2rem 3rem;
	background: linear-gradient(180deg, #f6a1af 0%, #ef7f92 100%);
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(239, 127, 146, 0.22);
	border-radius: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.booking-form__card:first-child .booking-form__btn::after {
	content: "›";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	font-size: 2rem;
	line-height: 1;
	flex: 0 0 auto;
}

.booking-form__card:first-child .booking-form__btn:hover {
	opacity: 1;
	transform: translateY(-2px);
}

/* 下の緑を小さめ */
.booking-form__card:last-child {
	max-width: 420px;
	padding: 1.2rem 1.6rem 1.6rem;
	background: transparent;
	border: none;
	box-shadow: none;
}

.booking-form__card:last-child .booking-form__card-title {
	margin: 0 0 0.6rem;
	font-size: 1.5rem;
	color: #444444;
}

.booking-form__card:last-child .booking-form__card-text {
	min-height: auto;
	font-size: 1.25rem;
	line-height: 1.7;
	color: #666666;
}

.booking-form__card:last-child .booking-form__button-wrap {
	margin-top: 1rem;
}

.booking-form__card:last-child .booking-form__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 260px;
	min-height: 4.8rem;
	padding: 1.2rem 2rem;
	background: #06c755;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 999px;
	box-shadow: none;
}

.booking-form__card:last-child .booking-form__btn:hover {
	opacity: 0.9;
}

@media screen and (max-width: 767px) {
	.booking-form__actions {
		gap: 1rem;
		margin-top: 3rem;
	}

	.booking-form__card:first-child {
		padding: 1.6rem 0.8rem 1.4rem;
	}

	.booking-form__card:first-child .booking-form__card-title {
		font-size: 1.8rem;
	}

	.booking-form__card:first-child .booking-form__card-text {
		font-size: 1.35rem;
	}

	.booking-form__card:first-child .booking-form__btn {
		max-width: 100%;
		min-height: 7.2rem;
		padding: 1.6rem 2rem;
		font-size: 1.6rem;
		gap: 1rem;
	}

	.booking-form__card:first-child .booking-form__btn::after {
		width: 2.6rem;
		height: 2.6rem;
		font-size: 1.7rem;
	}

	.booking-form__card:last-child {
		max-width: 100%;
		padding: 1rem 0 0;
	}

	.booking-form__card:last-child .booking-form__card-title {
		font-size: 1.4rem;
	}

	.booking-form__card:last-child .booking-form__card-text {
		font-size: 1.2rem;
	}

	.booking-form__card:last-child .booking-form__btn {
		max-width: 220px;
		min-height: 4.4rem;
		font-size: 1.2rem;
	}
}

.payment-guide {
	padding: 8rem 0;
	background: #f6f4f4;
}

.payment-guide .inner {
	width: min(100% - 32px, 980px);
	margin: 0 auto;
}

.payment-guide__frame {
	padding: 5rem 4rem;
	background: #ffffff;
	border: 1px solid #f1d8de;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.payment-guide__sub {
	margin: 0 0 0.8rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #b7b0b0;
	font-family: "Times New Roman", "Yu Mincho", serif;
}

.payment-guide__title {
	margin: 0 0 2.4rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.payment-guide__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.4rem;
}

.payment-guide__text-area {
	min-width: 0;
}

.payment-guide__text {
	margin: 0;
	font-size: 1.3rem;
	line-height: 2;
	color: #555555;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.payment-guide__text + .payment-guide__text {
	margin-top: 0.6rem;
}

.payment-guide__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.2rem;
	margin: 2rem 0 0;
	padding: 0;
}

.payment-guide__list li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5.6rem;
	padding: 1.2rem 1.4rem;
	border: 1px solid #efd6dc;
	border-radius: 0.8rem;
	background: linear-gradient(180deg, #fffefe 0%, #fff7f9 100%);
	color: #444444;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.04);
}

.payment-guide__image {
	text-align: center;
	min-width: 0;
}

.payment-guide__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.payment-guide__content {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
		align-items: center;
		gap: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.payment-guide {
		padding: 5.6rem 0;
	}

	.payment-guide .inner {
		width: min(100% - 24px, 980px);
	}

	.payment-guide__frame {
		padding: 3.6rem 2rem;
	}

	.payment-guide__sub {
		font-size: 1.4rem;
	}

	.payment-guide__title {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	.payment-guide__text {
		font-size: 1.3rem;
		line-height: 1.9;
	}

	.payment-guide__list {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.payment-guide__list li {
		min-height: 4.8rem;
		font-size: 1.25rem;
		padding: 1rem 1.2rem;
	}
}


.details-guide {
	padding: 8rem 0;
	background: #f6f4f4;
}

.details-guide .inner {
	width: min(100% - 32px, 1000px);
	margin: 0 auto;
}

.details-guide__frame {
	padding: 5rem 4rem;
	background: #ffffff;
	border: 1px solid #f1d8de;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.details-guide__sub {
	margin: 0 0 0.8rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #b7b0b0;
	font-family: "Times New Roman", "Yu Mincho", serif;
}

.details-guide__title {
	margin: 0 0 2.6rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.details-guide__content {
	max-width: 72rem;
	margin: 0 auto;
}

.details-guide__text {
	margin: 0;
	font-size: 1.3rem;
	line-height: 2;
	color: #555555;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.details-guide__text + .details-guide__text {
	margin-top: 0.8rem;
}

.details-guide__note {
	margin: 2rem 0;
	padding: 2rem 2rem 1.8rem;
	background: #fffafb;
	border: 1px solid #f0d9df;
	box-sizing: border-box;
}

.details-guide__note-label {
	margin: 0 0 0.8rem;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 700;
	color: #ef7f92;
	letter-spacing: 0.03em;
}

.details-guide__note-text {
	margin: 0;
	font-size: 1.3rem;
	line-height: 2;
	color: #555555;
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
	.details-guide {
		padding: 5.6rem 0;
	}

	.details-guide .inner {
		width: min(100% - 24px, 1000px);
	}

	.details-guide__frame {
		padding: 3.6rem 2rem;
	}

	.details-guide__sub {
		font-size: 1.4rem;
	}

	.details-guide__title {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	.details-guide__text,
	.details-guide__note-text,
	.details-guide__note-label {
		font-size: 1.3rem;
		line-height: 1.9;
	}

	.details-guide__note {
		margin: 1.6rem 0;
		padding: 1.6rem 1.4rem;
	}
}


.video-guide {
	padding: 8rem 0;
	background: #f6f4f4;
}

.video-guide .inner {
	width: min(100% - 32px, 1000px);
	margin: 0 auto;
}

.video-guide__frame {
	padding: 5rem 4rem;
	background: #ffffff;
	border: 1px solid #f1d8de;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.video-guide__sub {
	margin: 0 0 0.8rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #b7b0b0;
	font-family: "Times New Roman", "Yu Mincho", serif;
}

.video-guide__title {
	margin: 0 0 2rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.video-guide__text {
	max-width: 72rem;
	margin: 0 auto 2.4rem;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2;
	color: #555555;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.video-guide__wrap {
	position: relative;
	width: 100%;
	max-width: 76rem;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	background: #f8f4f5;
	border: 1px solid #f0d9df;
	box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.video-guide__wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.video-guide {
		padding: 5.6rem 0;
	}

	.video-guide .inner {
		width: min(100% - 24px, 1000px);
	}

	.video-guide__frame {
		padding: 3.6rem 2rem;
	}

	.video-guide__sub {
		font-size: 1.4rem;
	}

	.video-guide__title {
		font-size: 2.2rem;
		margin-bottom: 1.6rem;
	}

	.video-guide__text {
		margin-bottom: 1.8rem;
		font-size: 1.3rem;
		line-height: 1.9;
	}
}

.hero-guide {
	padding: 8rem 0 6rem;
	background: #f6f4f4;
}

.hero-guide .inner {
	width: min(100% - 32px, 1040px);
	margin: 0 auto;
}

.hero-guide__frame {
	padding: 6rem 5rem;
	background: #ffffff;
	border: 1px solid #f1d8de;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.hero-guide__sub {
	margin: 0 0 1.2rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #b7b0b0;
	font-family: "Times New Roman", "Yu Mincho", serif;
}

.hero-guide__content {
	max-width: 78rem;
	margin: 0 auto;
	text-align: center;
}

.hero-guide__title {
	margin: 0;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.6;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	letter-spacing: 0.02em;
}

.hero-guide__texts {
	margin-top: 2.8rem;
}

.hero-guide__text {
	margin: 0;
	font-size: 1.3rem;
	line-height: 2;
	color: #555555;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.hero-guide__text + .hero-guide__text {
	margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
	.hero-guide {
		padding: 5.6rem 0 4.8rem;
	}

	.hero-guide .inner {
		width: min(100% - 24px, 1040px);
	}

	.hero-guide__frame {
		padding: 4rem 2rem;
	}

	.hero-guide__sub {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	.hero-guide__title {
		font-size: 1.9rem;
		line-height: 1.6;
	}

	.hero-guide__texts {
		margin-top: 2rem;
	}

	.hero-guide__text {
		font-size: 1.3rem;
		line-height: 1.9;
	}
}

/* Analyst Selection */
.analyst-select {
	padding: 7.2rem 0;
	background: #ffffff;
}

.analyst-select .inner {
	width: min(100% - 32px, 1040px);
	margin: 0 auto;
}

.analyst-select__sub {
	margin: 0 0 0.8rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
	color: #8f78bc;
}

.analyst-select__title {
	margin: 0;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	color: #444444;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.analyst-select__lead {
	max-width: 72rem;
	margin: 1.6rem auto 4rem;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: center;
	color: #666666;
}

.analyst-select__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.4rem;
}

.analyst-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border: 1px solid #e8e3f0;
	border-radius: 1rem;
	overflow: hidden;
}

.analyst-card__image {
	display: block;
	width: 100%;
	object-fit: scale-down;
	background: #f0edf5;
}

.analyst-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.4rem 1.2rem 1.2rem;
}

.analyst-card__name {
	margin: 0 0 0.6rem;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #354a93;
	text-align: center;
	min-height: 4.3rem;
}

.analyst-card__role {
	margin: 0 0 1.2rem;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #a54882;
	text-align: left;
}

.analyst-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	min-height: 4rem;
	padding: 1rem 1.4rem;
	background: #8a5dc2;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 0.6rem;
}

.analyst-card__button:hover {
	opacity: 0.92;
}

@media screen and (max-width: 1024px) {
	.analyst-select__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.analyst-select {
		padding: 4.8rem 0;
	}

	.analyst-select .inner {
		width: min(100% - 16px, 1040px);
	}

	.analyst-select__sub {
		margin-bottom: 0.6rem;
		font-size: 1.1rem;
	}

	.analyst-select__title {
		font-size: 2.4rem;
	}

	.analyst-select__lead {
		margin: 1.2rem auto 2.4rem;
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.analyst-select__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem;
	}

	.analyst-card {
		border-radius: 0.8rem;
	}

	.analyst-card__body {
		padding: 1rem 0.8rem 0rem;
	}

	.analyst-card__name {
		margin-bottom: 0.4rem;
		font-size: 1.0rem;
		min-height: 2.8rem;
	}

	.analyst-card__role {
		margin-bottom: 0.8rem;
		font-size: 0.85rem;
		line-height: 1.5;
	}

	.analyst-card__button {
		min-height: 3.2rem;
		padding: 0.8rem 0.6rem;
		font-size: 1.1rem;
		border-radius: 0.4rem;
	}
}

@media screen and (max-width: 359px) {
	.analyst-select__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


.hero-guide__buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.4rem;
	margin-top: 3rem;
}

.hero-guide__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20rem;
	padding: 1.4rem 2.4rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	box-sizing: border-box;
}

.hero-guide__btn:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

.hero-guide__btn--primary {
	background: #ef7f92;
	border: 1px solid #ef7f92;
	color: #ffffff;
}

.hero-guide__btn--secondary {
	background: #ffffff;
	border: 1px solid #efcfd8;
	color: #555555;
}

@media screen and (max-width: 767px) {
	.hero-guide__buttons {
		flex-direction: column;
		gap: 1rem;
		margin-top: 2.4rem;
	}

	.hero-guide__btn {
		width: 100%;
		min-width: 0;
		font-size: 1.3rem;
		padding: 1.3rem 1.8rem;
	}
}


/* Accessibility and SEO support */
.skip-link {
	position: absolute;
	left: 16px;
	top: -48px;
	z-index: 1000;
	padding: 10px 14px;
	background: #ffffff;
	border: 1px solid #f1d8de;
	text-decoration: none;
}

.skip-link:focus {
	top: 16px;
}

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.top{
	background-color: #f6f4f4;
}
.top img{
	max-width: 80%;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 767px) {
.top img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
}