<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
 base
============================================================================ */
/* 
 base
============================================================================ */
#lp {
  width: 100%;
  text-align: center;
  color: #311A1B;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.0;
  background-repeat: no-repeat;
  background-position: center center;
}
#lp img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/* 
 common
============================================================================ */
/* title
/* ------------------------------------- */
#lp h1 {
  font-size: clamp(0.9375rem, calc(0.869rem + 0.34vw), 1.125rem);
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
}
#lp h3 {
  font-size: clamp(1rem, calc(0.864rem + 0.68vw), 1.375rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
#lp h4 {
  font-size: clamp(0.9375rem, calc(0.869rem + 0.34vw), 1.125rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#lp h5 {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  font-weight: bold;
  letter-spacing: 0;
  margin-block: 0;
}

#lp sup {
  font-size: 50%;
  vertical-align: super;
  padding-inline: 0.3em;
}

#lp .sec_title {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  padding-bottom: 3em;
}
#lp .sec_title .en {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1.5rem, calc(1.227rem + 1.36vw), 2.25rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

@media all and (max-width: 768px) {
  #lp .sec_title {
    padding-bottom: 2em;
  }
  #lp .sec_title .en {
    letter-spacing: 0.05em;
  }
}
/* text
/* ------------------------------------- */
#lp .cmn_memo {
  text-align: right;
  line-height: 1.5;
  font-size: clamp(0.625rem, calc(0.58rem + 0.23vw), 0.75rem);
  letter-spacing: 0.05em;
  margin-block: 0.8em;
  padding-inline: 0.5em;
}
#lp .cmn_memo--left {
  text-align: left;
}
#lp .cmn_memo--center {
  text-align: center;
}

#lp div.cmn_kome,
#lp p.cmn_kome,
#lp span.cmn_kome {
  text-indent: -1em;
  margin-left: 1em;
}

#lp ul.cmn_kome li {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 0.05em;
}

#lp .en {
  font-family: "Times New Roman", Times, serif;
}

@media all and (max-width: 768px) {
  #lp .cmn_memo {
    text-align: left;
  }
}
/* section
/* ------------------------------------- */
#lp .cmn_section {
  width: 100%;
  background-color: #E5E1DD;
}
#lp .cmn_section .inner,
#lp .cmn_section .sec_header {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3em 0 5em;
}
#lp .cmn_section .sec_header {
  padding: 8em 0 0;
}
#lp .cmn_section--dark {
  color: #ffffff;
  background-color: #311A1B;
}

@media all and (max-width: 768px) {
  #lp .cmn_section .inner {
    padding-inline: 1rem;
  }
  #lp .cmn_section .sec_header {
    padding-top: 5em;
  }
}
/* photo &amp; description set
/* ------------------------------------- */
#lp .cmn_img_block {
  text-align: left;
  padding: 1em 0;
}
#lp .cmn_img_block .photo {
  margin-bottom: 1em;
}
#lp .cmn_img_block .title {
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
#lp .cmn_img_block p.title {
  font-size: clamp(0.9375rem, calc(0.778rem + 0.8vw), 1.375rem);
}
#lp .cmn_img_block .memo--left {
  text-align: left;
}

/* other
/* ------------------------------------- */
@media all and (min-width: 769px) {
  #lp .sp_only {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #lp .pc_only {
    display: none;
  }
}
/* section(image photo)
/* ------------------------------------- */
@media all and (min-width: 1121px) {
  #lp .cmn_left_img {
    width: calc(1120px / 2 + 50vw - 0.5em);
    margin-right: calc(50% - 560px);
  }
  #lp .cmn_right_img {
    width: calc(1120px / 2 + 50vw - 0.5em);
    margin-left: calc(50% - 560px);
  }
}
#lp .cmn_img {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
#lp .cmn_left_img .photo,
#lp .cmn_right_img .photo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
#lp .cmn_img .memo,
#lp .cmn_right_img .memo {
  padding-right: 1em;
  text-align: right;
}
#lp .cmn_left_img .memo {
  padding-left: 1em;
  text-align: left;
}

@media all and (max-width: 768px) {
  #lp .cmn_left_img .block_text,
  #lp .cmn_right_img .block_text {
    padding-inline: 1rem;
  }
}
/* button
/* ------------------------------------- */
#lp .cmn_multi_button {
  transition: all 0.4s ease;
  width: 160px;
}
#lp .cmn_multi_button dt,
#lp .cmn_multi_button dd a {
  display: block;
  padding: 0.3em 2.5em 0.3em 1.5em;
  background-color: #E5E1DD;
  text-decoration: none;
  color: #311A1B;
  font-size: clamp(0.9375rem, calc(0.869rem + 0.34vw), 1.125rem);
  font-weight: bold;
  position: relative;
  letter-spacing: 0.15em;
  transition: all 0.4s ease;
}
#lp .cmn_multi_button dt:after,
#lp .cmn_multi_button dd a:after {
  content: "";
  position: absolute;
  top: 0.75em;
  right: 1em;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_arrow.png");
  background-size: 20px 20px;
  background-position: center;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
#lp .cmn_multi_button.open dt, #lp .cmn_multi_button.open dd a {
  color: #ffffff;
  background-color: #311A1B;
  cursor: pointer;
}
#lp .cmn_multi_button.open dt:after, #lp .cmn_multi_button.open dd a:after {
  background-image: url("../img/icon_arrow--white.png");
  transform: rotate(90deg);
}
#lp .cmn_multi_button--rsrv dt {
  color: #ffffff;
  background-color: #E50038;
}
#lp .cmn_multi_button--rsrv dt:after {
  background-image: url("../img/icon_arrow--white.png");
}
#lp .cmn_multi_button--rqst dt {
  color: #ffffff;
  background-color: #006cb6;
}
#lp .cmn_multi_button--rqst dt:after {
  background-image: url("../img/icon_arrow--white.png");
}
#lp .cmn_multi_button dd {
  opacity: 0;
  display: none;
  transition: all 0.4s ease;
  margin-top: 0.5em;
}
#lp .cmn_multi_button dd a {
  padding: 0.2em 1.3em 0.2em 2.8em;
  background-color: #311A1B;
  color: #ffffff;
  font-weight: normal;
}
#lp .cmn_multi_button dd a:hover {
  opacity: 0.8;
}
#lp .cmn_multi_button dd a:after {
  display: none;
}
#lp .cmn_multi_button dd a:before {
  content: "―";
  position: absolute;
  top: 0.3em;
  left: 1.5em;
  width: 20px;
  height: 20px;
}
#lp .cmn_multi_button.open dd {
  opacity: 1;
  display: block;
}

#lp .cmn_button_block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1120px;
  height: 50px;
  margin: 0 auto;
  padding: 3em 0 6em;
}
#lp .cmn_button_list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 5rem auto 2rem;
  display: flex;
  justify-content: center;
}
#lp .cmn_button_list .cmn_multi_button {
  margin-inline: 15px;
}

@media all and (max-width: 768px) {
  #lp .cmn_button_block {
    display: none;
  }
}
/* more contents(accordion)
/* ------------------------------------- */
#lp .accordion_wrapper {
  margin-top: 3rem;
}
#lp .accordion {
  width: 100%;
  margin: 0 auto;
}
#lp .accordion .content {
  padding: 20px 0;
  width: 100%;
  display: none;
}
#lp .accordion .header {
  margin: 3rem 0;
  display: inline-block;
  min-width: 300px;
  padding: 0.5em 4rem 0.5em 2rem;
  background-color: #3F2122;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: clamp(0.9375rem, calc(0.778rem + 0.8vw), 1.375rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
#lp .accordion .header:hover {
  opacity: 0.9;
}
#lp .accordion .header:nth-child(n + 1) {
  margin-top: 20px;
}
#lp .accordion .header:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 40px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all .4s ease;
}
#lp .accordion .header:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 40px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: all .4s ease;
}
#lp .accordion .header.open:before {
  transform: rotate(180deg);
}
#lp .accordion .header.open:after {
  opacity: 0;
}

/* SP tel
/* ------------------------------------- */
#lp .cmn_tel_link {
  pointer-events: none;
}

@media all and (max-width: 768px) {
  #lp .cmn_tel_link {
    pointer-events: auto;
  }
}
/* fade-up
/* ------------------------------------- */
#lp .fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s ease;
}
#lp .fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* 
 main
============================================================================ */
#lp .lp_main .main_img {
  background-image: url("../img/main_img01.jpg");
  background-size: cover;
  background-position: bottom;
  height: calc(100vh - 66px);
  min-height: 600px;
  display: grid;
  place-items: normal center;
}
#lp .lp_main .main_img .catch {
  padding-top: 5vh;
}
#lp .lp_main .main_img .catch_text {
  width: 100%;
  max-width: 550px;
}

@media all and (max-width: 768px) {
  #lp .lp_main .main_img {
    height: calc(80vh - 66px - 68px);
    min-height: 480px;
  }
  #lp .lp_main .main_img .catch {
    padding-top: 3vh;
  }
  #lp .lp_main .main_img .catch_text {
    width: 60%;
    max-width: 450px;
  }
}
@media all and (max-width: 480px) {
  #lp .lp_main .main_img {
    min-height: 300px;
    max-height: 110vw;
  }
  #lp .lp_main .main_img .catch {
    padding-top: 3vh;
  }
  #lp .lp_main .main_img .catch_text {
    width: 80%;
    max-width: 400px;
  }
}
/* 
 concept
============================================================================ */
#lp .lp_concept {
  padding: 8em 1rem 5em;
  display: grid;
  place-items: center;
}
#lp .lp_concept .text {
  line-height: 2;
  text-align: center;
  font-size: clamp(1rem, calc(0.5313rem + 1.5vw), 1.375rem);
  font-weight: bold;
  letter-spacing: 0.02em;
}
#lp .lp_concept .text span {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
}

@media all and (max-width: 768px) {
  #lp .lp_concept {
    padding: 6em 1rem;
  }
}
/* 
 location
============================================================================ */
#lp .location_block_col2 {
  display: flex;
  justify-content: space-between;
}
#lp .location_block_col2 .item {
  width: calc(50% - 1.5em);
}
#lp .location_block_col2 .item img {
  width: 100%;
}

@media all and (max-width: 768px) {
  #lp .location_block_col2 {
    flex-wrap: wrap;
  }
  #lp .location_block_col2 .item {
    width: 100%;
  }
}
/* more contents
/* ------------------------------------- */
#lp .lp_location .items_col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2em;
}
#lp .lp_location .items_col3 .item {
  width: calc((100% - 120px) / 3);
  height: 100%;
  margin-bottom: 1em;
  overflow: hidden;
  text-align: center;
  line-height: 1.6;
}
#lp .lp_location .items_col3 .item h5.title {
  text-align: left;
  margin-top: 0;
}

@media all and (max-width: 768px) {
  #lp .lp_location .items_col3 .item {
    width: 100%;
  }
}
/* 
 parenting support
============================================================================ */
#lp .lp_support .inner {
  padding-top: 0;
}
#lp .lp_support h3 {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#lp .lp_support .support_city,
#lp .lp_support .support_sekisui {
  padding-top: 4em;
}
#lp .lp_support .support_city {
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5rem;
}
#lp .lp_support .support_city .items_col4 {
  margin-bottom: 3rem;
}
#lp .lp_support .support_city .header p {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  letter-spacing: 0.02em;
}
#lp .lp_support .items_col4 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 3em 0 5em;
}
#lp .lp_support .items_col4 .item {
  width: calc((100% - 60px) / 4);
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
#lp .lp_support .items_col4 .item img {
  margin-bottom: 1rem;
  display: block;
  margin: auto auto 1.5rem auto;
}
#lp .lp_support .items_col4 .item img.icon_city {
  width: 100px;
  height: 100px;
}
#lp .lp_support .items_col4 .item h4 {
  margin-bottom: 0.2em;
  letter-spacing: 0.02em;
}
#lp .lp_support .items_col4.items_sekisui .item {
  width: calc((100% - 120px) / 4);
}
#lp .lp_support .items_col4.items_sekisui .item img {
  width: 100%;
  max-width: 235px;
}
#lp .lp_support .items_col4.items_sekisui .item .text {
  letter-spacing: -0.02em;
  font-weight: 100;
}
#lp .lp_support .items_col4.items_sekisui .item .photo {
  position: relative;
}
#lp .lp_support .items_col4.items_sekisui .item .photo .memo_on_photo {
  position: absolute;
  bottom: 2em;
  left: 1em;
  font-size: 0.75rem;
  font-weight: 100;
  letter-spacing: 0.05em;
}

@media all and (max-width: 768px) {
  #lp .lp_support .items_col4,
  #lp .lp_support .items_col4.items_sekisui {
    flex-wrap: wrap;
    max-width: 480px;
    margin-inline: auto;
    margin-bottom: 0;
  }
  #lp .lp_support .items_col4 .item,
  #lp .lp_support .items_col4.items_sekisui .item {
    width: calc((100% - 20px) / 2);
    padding-bottom: 3rem;
  }
  #lp .lp_support .items_col4 .item .text,
  #lp .lp_support .items_col4.items_sekisui .item .text {
    text-align: left;
  }
  #lp .lp_support .support_city {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  #lp .lp_support .support_city .items_col4 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #lp .lp_support .support_city .cmn_memo {
    text-align: right;
  }
}
/* 
 plan
============================================================================ */
#lp .lp_plan .inner {
  padding-top: 0;
}
#lp .lp_plan .cmn_img {
  margin-block: 2em 5em;
}
#lp .plan_block_desc {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
#lp .plan_block_desc .item_left {
  width: 380px;
  margin-bottom: 2em;
  text-align: left;
}
#lp .plan_block_desc .item_right {
  width: 650px;
  margin-bottom: 2em;
}
#lp .plan_block_desc .item_right img {
  width: 100%;
}
#lp .plan_block_desc .title {
  font-size: clamp(1.375rem, calc(1.239rem + 0.68vw), 1.75rem);
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  padding-top: 1em;
}
#lp .plan_block_desc .title .font-l {
  font-size: clamp(1.5rem, calc(1.136rem + 1.82vw), 2.5rem);
  padding-inline: 0.4em;
}
#lp .plan_block_desc .title .font-s {
  font-size: clamp(0.9375rem, calc(0.778rem + 0.8vw), 1.375rem);
  letter-spacing: 0.05em;
}
#lp .plan_block_desc .plan_spec {
  margin-bottom: 3.5em;
}
#lp .plan_block_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5em 0 1em;
}
#lp .plan_block_photo .item {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
#lp .plan_block_photo .item img {
  width: 100%;
}
#lp .plan_block_photo .item a {
  transition: all 0.4s ease;
}
#lp .plan_block_photo .item a:hover {
  opacity: 0.8;
}
#lp .plan_block_photo .item p {
  line-height: 1.4;
  margin-block: 0.5em;
}

#lp .lp_plan .accordion_wrapper {
  padding-top: 2em;
}

@media all and (max-width: 768px) {
  #lp .plan_block_desc {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #lp .plan_block_desc .item_left,
  #lp .plan_block_desc .item_right {
    width: 100%;
  }
  #lp .plan_block_photo {
    margin-top: 3em;
  }
  #lp .plan_block_photo .item {
    width: calc((100% - 15px) / 3);
    margin-bottom: 0.5em;
    font-size: 0.75rem;
  }
}
/* 
 land design
============================================================================ */
#lp .lp_landdesign {
  padding-bottom: 8em;
}

/* 
 access
============================================================================ */
#lp .lp_access {
  padding-bottom: 5em;
}

@media all and (max-width: 768px) {
  #lp .lp_access .inner {
    padding-block: 1em 2em;
  }
}
/* 
 contact
============================================================================ */
#lp .lp_contact {
  background-color: #ffffff;
  padding-top: 2em;
}
#lp .lp_contact .inner {
  padding-block: 8em 7em;
}
#lp .lp_contact .contact {
  width: 100%;
  max-width: 690px;
  margin: auto;
}
#lp .lp_contact .contact .store_name {
  margin: auto;
}
#lp .lp_contact .contact .store_name img {
  width: 100%;
  max-width: 650px;
}
#lp .lp_contact .contact .tel_list {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  justify-content: center;
  padding-block: 3em;
}
#lp .lp_contact .contact .tel {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#lp .lp_contact .contact .tel dt {
  width: 6em;
  margin-right: 0.5em;
  padding: 0.3em 0.8em 0.3em 0.8em;
  background-color: #2f353a;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#lp .lp_contact .contact .tel dd {
  max-width: 240px;
}
#lp .lp_contact .contact .text_big {
  font-size: clamp(0.9375rem, calc(0.869rem + 0.34vw), 1.125rem);
  font-weight: bold;
  padding-bottom: 0.5em;
  letter-spacing: 0.02em;
}
#lp .lp_contact .contact .text_big span {
  padding-right: 1em;
}

@media all and (max-width: 768px) {
  #lp .lp_contact .inner {
    padding-block: 3em 5em;
  }
  #lp .lp_contact .contact .tel_list {
    grid-auto-flow: row;
    padding-block: 2em;
  }
  #lp .lp_contact .contact .text_big span {
    padding-right: 0;
    display: block;
  }
}
/* 
 テンプレート部分のスタイルを上書き
============================================================================ */
/* 茶色背景の上でバーガーボタンが同化してしまう点を改良
--------------------------------------------------- */
.b-o-bunjouBurgerNavi .b-a-burgerButton {
  background-color: rgba(246, 246, 246, 0.7);
  margin: 5px 0;
  height: 56px;
}

@media all and (min-width: 769px) {
  .b-o-header.b-is-active .b-o-bunjouBurgerNavi .b-a-burgerButton {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .b-o-header.b-is-active .b-o-bunjouBurgerNavi .b-a-burgerButton.b-is-opened {
    background-color: #f6f6f6;
  }
}
@media all and (max-width: 768px) {
  .b-o-bunjouBurgerNavi .b-a-burgerButton {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 8px 0;
    height: 50px;
  }

  .b-o-header.b-is-active .b-o-bunjouBurgerNavi .b-a-burgerButton.b-is-opened {
    background-color: #f6f6f6;
  }
}
/* バーガーメニュー内の下線の不具合を修正
　（最後のリストがサブメニュー付のときに正しく下線がつくように）
--------------------------------------------------- */
.b-o-bunjouBurgerNavi_main-under-localNavi a.b-a-burgerInnerButton:nth-last-of-type(1):before {
  display: block;
}

.b-o-bunjouBurgerNavi_main-under-localNavi .b-m-burgerAccordion:nth-last-of-type(1):before {
  display: none;
}
</pre></body></html>