@charset "UTF-8";
.article {
  max-width: 1100px;
  margin-inline: auto;
  padding: 24px 0;
}

.article h2 {
  font-size: 22px;
  margin: 1.5em 0 0.5em;
}

.article p, .article ul, .article ol {
  margin: 0.6em 0;
}

.article ul {
  padding-left: 18px;
}

/*------------------------------------------
  共通コンポーネント
-------------------------------------------*/
.title_wrap {
  margin: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_wrap .section_title {
  font-size: clamp(22px, 2vw, 24px);
  text-align: center;
  margin-top: 10px;
}
.title_wrap .section_lead {
  text-align: center;
}
.title_wrap::before {
  content: "";
  width: min(7vw, 50px);
  background-image: url(../img/common/page_header_bg.svg);
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/0.809;
}
.title_wrap.page_header {
  margin: 100px 0 60px;
}

.list_sakura {
  padding: 0;
}
.list_sakura li {
  display: flex;
  align-items: baseline;
  column-gap: min(1vw, 7px);
}
.list_sakura li::before {
  content: "";
  width: min(3vw, 16px);
  aspect-ratio: 1/1;
  background-image: url("../img/common/ico_sakura.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  display: inline-block;
}
.list_sakura li span {
  flex: 1;
}

/*------------------------------------------
   さくらだから出来ること
-------------------------------------------*/
.page_features .item_title {
  font-size: clamp(16px, 2vw, 19px);
  margin: 0 0 8px;
  color: #E88086;
}
.page_features figure {
  margin: 16px 0 0;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 969px) {
  .page_features figure {
    border-radius: 14px;
  }
}
.page_features figure img {
  width: 100%;
  display: block;
}
.page_features .features_list {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 969px) {
  .page_features .features_list {
    padding-block: 60px;
  }
}
.page_features .features_list .container {
  padding-bottom: 0;
}
.page_features .features_list .feature_item {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 969px) {
  .page_features .features_list .feature_item {
    padding-bottom: 80px;
  }
}
.page_features .features_list .feature_item p, .page_features .features_list .feature_item ul {
  margin: 0 0 16px;
  line-height: 1.9;
}
.page_features .features_list .feature_item ul {
  padding-left: 24px;
  list-style: disc;
}
.page_features .service_list {
  max-width: 1100px;
  margin-inline: auto;
}
.page_features .service_list ul {
  padding: 0;
  list-style-position: inside;
}
.page_features .service_item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 18px min(6vw, 19px);
}
@media screen and (min-width: 969px) {
  .page_features .service_item {
    border-radius: 24px;
    padding: 24px min(7vw, 24px);
  }
}
.page_features .service_item:not(:first-of-type) {
  margin: 20px 0 0;
}
@media screen and (min-width: 969px) {
  .page_features .service_item:not(:first-of-type) {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 969px) {
  .page_features .service_item.column2 {
    display: grid;
    grid-template-columns: 63% 35%;
    grid-template-areas: "title image" "text  image";
    grid-template-rows: 2.4em auto;
    grid-column-gap: 2%;
  }
}
.page_features .service_item.column2 .item_title {
  grid-area: title;
}
.page_features .service_item.column2 p {
  grid-area: text;
}
.page_features .service_item.column2 figure {
  grid-area: image;
  margin: 0;
}
.page_features {
  /* さくらの想いブロック */
}
.page_features .feature_thought {
  padding-block: 1px 80px;
  background: linear-gradient(305deg, rgba(254, 242, 179, 0.5) 0%, rgba(248, 204, 230, 0.5) 100%);
}
@media screen and (min-width: 969px) {
  .page_features .feature_thought {
    padding-block: 20px 150px;
  }
}
.page_features .feature_thought .title_wrap {
  margin: 100px 0 20px;
}
.page_features .feature_thought__title {
  text-align: center;
  font-size: 26px;
  color: #E88086;
  margin-bottom: 24px;
}
.page_features .feature_thought p {
  width: min(80%, 800px);
  margin-inline: auto;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 969px) {
  .page_features .feature_thought p {
    text-align: center;
  }
}
.page_features .feature_thought p:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (min-width: 969px) {
  .page_features .features_list .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
    padding-bottom: 0;
  }
}

/*------------------------------------------
   1日の流れ
-------------------------------------------*/
.page_flow {
  /* タイムライン */
}
.page_flow .flow_timeline {
  position: relative;
}
.page_flow .flow_timeline .container {
  width: min(80%, 800px);
}
.page_flow .flow_timeline .flow_steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page_flow .flow_timeline .flow_steps::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ffd5c8;
}
.page_flow .flow_timeline .flow_steps .flow_step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
}
.page_flow .flow_timeline .flow_steps .flow_step .flow_time {
  font-weight: 700;
  color: #E88086;
  font-size: 1.1rem;
  width: 8em;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .page_flow .flow_timeline .flow_steps .flow_step .flow_time {
    width: 5em;
    font-size: 0.8em;
  }
}
.page_flow .flow_timeline .flow_steps .flow_step .flow_content {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-left: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page_flow .flow_timeline .flow_steps .flow_step .flow_content {
    margin-left: 0.5rem;
  }
}
.page_flow .flow_timeline .flow_steps .flow_step .flow_content:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
.page_flow .flow_timeline .flow_steps .flow_step .flow_content h2.item_title {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .page_flow .flow_timeline .flow_steps .flow_step .flow_content h2.item_title {
    font-size: 1.05em;
  }
}
.page_flow .flow_timeline .flow_steps .flow_step .flow_content p {
  margin-bottom: 1em;
}
.page_flow .flow_timeline .flow_steps .flow_step .flow_content figure img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_flow .flow_timeline .flow_steps .flow_step .flow_content figure {
    margin: 0;
    aspect-ratio: 1/0.7;
    width: 100%;
  }
  .page_flow .flow_timeline .flow_steps .flow_step .flow_content figure img {
    height: 100%;
    object-fit: cover;
  }
}
.page_flow .flow_night {
  padding-block: 30px 50px;
  background: linear-gradient(305deg, rgba(254, 242, 179, 0.5) 0%, rgba(248, 204, 230, 0.5) 100%);
  text-align: center;
}
@media screen and (min-width: 969px) {
  .page_flow .flow_night {
    padding-block: 50px 60px;
  }
}
.page_flow .flow_night .container {
  padding-bottom: 0px;
}
.page_flow .flow_night .section_title {
  color: #E88086;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page_flow .flow_night .section_title {
    font-size: 1.05em;
  }
}
.page_flow .flow_night .section_title .main {
  font-size: 1.7em;
}
@media screen and (max-width: 767px) {
  .page_flow .flow_night .section_title .main {
    font-size: 1.2em;
  }
}
.page_flow .flow_night p {
  margin-bottom: 2rem;
}
.page_flow .flow_night .list_sakura li {
  margin-bottom: 0.5em;
  justify-content: center;
}
.page_flow .flow_night .list_sakura li span {
  flex: unset;
}
.page_flow .flow_faq {
  margin-top: 120px;
}
.page_flow .flow_faq .container {
  width: min(80%, 800px);
}
.page_flow .flow_faq .faq_list {
  counter-reset: number 0;
}
.page_flow .flow_faq .faq_list .faq_item {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.page_flow .flow_faq .faq_list .faq_item:nth-of-type(2n) {
  background-color: #fbf1e1;
}
.page_flow .flow_faq .faq_list .faq_item dt {
  display: flex;
  align-items: start;
  column-gap: 10px;
  font-weight: 700;
  color: #E88086;
  margin-bottom: 0.4em;
}
.page_flow .flow_faq .faq_list .faq_item dt:before {
  content: "Q" counter(number) ".";
  counter-increment: number 1;
  font-weight: 900;
}
.page_flow .flow_faq .faq_list .faq_item dd {
  line-height: 1.6;
  margin: 0;
  display: flex;
  align-items: start;
  column-gap: 10px;
}
.page_flow .flow_faq .faq_list .faq_item dd:before {
  content: "A" counter(number) ".";
  counter-increment: number 0;
  font-weight: 900;
}

/*------------------------------------------
   施設概要
-------------------------------------------*/
.page_facility .facility_gallery {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.page_facility .facility_gallery .container {
  width: min(80%, 800px);
}
.page_facility .facility_gallery .facility_item {
  text-align: center;
}
.page_facility .facility_gallery .facility_item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.page_facility .facility_gallery .facility_item .item_title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page_facility .facility_gallery .facility_item figure {
  width: 100%;
  margin: 0;
}
.page_facility .facility_gallery .facility_item figure img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.page_facility .facility_info {
  background: var(--bg-muted);
}
.page_facility .facility_info .container {
  width: min(80%, 800px);
}
.page_facility .facility_info .section_title {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  text-align: center;
  color: var(--text-heading);
}
.page_facility .facility_info .facility_table .facility_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.8em 0;
  border-bottom: 1px solid #e8e8e8;
}
.page_facility .facility_info .facility_table .facility_row dt {
  font-weight: 700;
  color: #555;
  flex: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .page_facility .facility_info .facility_table .facility_row dt {
    flex: 0 0 90px;
  }
}
.page_facility .facility_info .facility_table .facility_row dd {
  flex: 1;
  color: #333;
}
.page_facility .facility_info .facility_table .facility_row dd a {
  color: var(--accent);
  text-decoration: none;
}
.page_facility .facility_map .container {
  width: min(80%, 800px);
}
.page_facility .facility_map .map_frame {
  position: relative;
}
.page_facility .facility_map .map_frame iframe {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 400px;
}
.page_facility .facility_map .map_frame .map_link {
  text-align: right;
  margin-top: 1.5em;
}

/*------------------------------------------
   プライバシーポリシー
-------------------------------------------*/
.page_privacy .container {
  width: min(80%, 800px);
}
.page_privacy .privacy_content {
  line-height: 1.8;
}
.page_privacy .privacy_content .privacy_item {
  margin-top: 3rem;
}
.page_privacy .privacy_content .privacy_item .item_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1.2em;
}
.page_privacy .privacy_content .privacy_item .item_title::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.page_privacy .privacy_content .privacy_item p {
  margin-bottom: 1.2em;
}

/*------------------------------------------
   お問合せ
-------------------------------------------*/
form dt::before{
  content:none !important;
}
form dd::before{
  content:none !important;
}
form input,
form textarea{
    font-size: 18px;
    padding: 5px;
}
form #method{
  border-radius: 10px;
  border-color:#E88086;
  background-color:#E88086;
  color: #fff;
  border-style: solid;
  padding: 10px;
}
form #method:hover{
  opacity: .8;
}
form .text_center{
  text-align: center;
}
form .error{
  color:red;
  font-size:20px;
  font-weight: bold;
}

#email_addr{
  width: 220px;
    padding-top: 4px;
    margin-left: -4px;
}