@charset "UTF-8";
/*
/*
 base
============================================================================ */
#lp {
  width: 100%;
  text-align: center;
  color: #25271f;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
#lp img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

@media all and (min-width: 768px) {
  #lp {
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;
    background-position: center center;
  }
}
/*
/*
 common
============================================================================ */
/*
/* title
/* ------------------------------------- */
#lp h1 {
  font-size: clamp(0.9375rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
#lp h3 {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
#lp h4 {
  font-size: clamp(0.9375rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: bold;
  margin-bottom: 0.5em;
}
#lp h5 {
  font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.9375rem);
  margin-block: 0;
}

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

/*
/* text
/* ------------------------------------- */
#lp .cmn_memo {
  text-align: left;
  line-height: 1.8;
  font-size: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
  letter-spacing: 0.05em;
  margin-block: 0.8em;
  padding-inline: 0.5em;
}

#lp .align--left-r, #lp .align--left-c {
  text-align: left;
}
#lp .align--right, #lp .align--right-l, #lp .align--right-c {
  text-align: right;
}
#lp .align--center, #lp .align--center-l, #lp .align--center-r {
  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 ul.cmn_kome__non li {
  text-indent: 0;
  margin-left: 0;
}

#lp .cmn_en {
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media all and (max-width: 767px) {
  #lp .align--left-r, #lp .align--center-r {
    text-align: right;
  }
  #lp .align--left-c, #lp .align--right-c {
    text-align: center;
  }
  #lp .align--center-l, #lp .align--right-l {
    text-align: left;
  }
}
/*
/* section
/* ------------------------------------- */
#lp .lp_section {
  width: 100%;
}
#lp .lp_section .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 3em 20px 5em;
}
#lp .lp_section .sec_header .title {
  font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.875rem);
  padding-bottom: 1em;
  letter-spacing: 0.1em;
}
#lp .lp_section .sec_header .title .cmn_en {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding-bottom: 0.3em;
}
#lp .lp_section .sec_header .catch {
  font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
#lp .lp_section .sec_header .catch span {
  white-space: nowrap;
}

@media all and (min-width: 768px) {
  #lp .lp_section:not(.lp_childcare) .sec_header {
    background-color: rgba(160, 165, 175, 0.1);
    margin: 0 auto;
    padding: 5em 0 0;
  }
  #lp .lp_section:not(.lp_childcare) .sec_header .header_item {
    padding-inline: 20px;
  }
  #lp .lp_section:not(.lp_childcare) .sec_header .header_item.desc {
    padding-bottom: 5em;
  }
  #lp .lp_section:not(.lp_childcare) .sec_header .header_item.photo {
    padding-inline: 0;
  }
  #lp .lp_section.lp_childcare .sec_header {
    position: relative;
    color: #ffffff;
    padding: 0;
  }
  #lp .lp_section.lp_childcare .sec_header .title,
  #lp .lp_section.lp_childcare .sec_header .desc {
    position: absolute;
    top: 4.5em;
    left: 100px;
    width: 44em;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 2;
  }
  #lp .lp_section.lp_childcare .sec_header .desc {
    top: 10em;
    width: 40%;
    max-width: 44em;
  }
}
@media all and (max-width: 767px) {
  #lp .lp_section .inner {
    padding-inline: 20px;
  }
  #lp .lp_section .sec_header {
    padding: 4em 20px;
    display: flex;
    flex-direction: column;
  }
  #lp .lp_section .sec_header .title {
    order: 1;
    padding-bottom: 1.5em;
  }
  #lp .lp_section .sec_header .title .cmn_en {
    letter-spacing: 0.05em;
  }
  #lp .lp_section .sec_header .photo {
    order: 2;
  }
  #lp .lp_section .sec_header .desc {
    order: 3;
  }
  #lp .lp_section .sec_header .desc .text {
    text-align: left;
  }
  #lp .lp_section:not(.lp_map) .sec_header {
    margin: 0 auto;
    padding: 0;
  }
  #lp .lp_section:not(.lp_map) .sec_header .title {
    display: none;
  }
  #lp .lp_section:not(.lp_map) .sec_header .desc {
    padding: 2em 20px;
    background-color: #707a7e;
    color: #ffffff;
  }
  #lp .lp_section.lp_map .sec_header {
    background-color: rgba(160, 165, 175, 0.1);
    margin: 0 auto;
    padding: 4em 20px;
  }
  #lp .lp_section.lp_map .sec_header .photo {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #lp .lp_section .inner {
    padding-inline: 10px;
  }
  #lp .lp_section.lp_map .sec_header {
    padding-inline: 10px;
  }
}
/*
/* memo on photo
/* ------------------------------------- */
.memo_on_photo {
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.memo_on_photo.jp {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#lp .base_photo {
  position: relative;
}
#lp .base_photo .memo_on_photo {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}

@media all and (max-width: 767px) {
  #lp .base_photo .memo_on_photo {
    bottom: 0;
    right: 0.5rem;
  }
}
/*
/* other
/* ------------------------------------- */
@media all and (min-width: 481px) {
  #lp .ss_only {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #lp .sp_only {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #lp .pc_only {
    display: none;
  }
}
/*
/* button
/* ------------------------------------- */
#lp .cmn_btn_list {
  width: 100%;
  margin: 5rem auto 2rem;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
}
#lp .cmn_btn_list .cmn_btn {
  display: block;
  width: 160px;
  padding: 0.3em 2.5em 0.3em 1.5em;
  margin-inline: 15px;
  background-color: #e6e5e4;
  text-decoration: none;
  color: #311a1b;
  font-size: clamp(0.9375rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: bold;
  position: relative;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
}
#lp .cmn_btn_list .cmn_btn:after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1em;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_arrow.png");
  background-size: 20px 20px;
  background-position: center;
  transition: all 0.5s ease;
  transform: rotate(0deg);
}
#lp .cmn_btn_list .cmn_btn:hover {
  background-color: hsl(29, 0%, 70%);
}
#lp .cmn_btn_list .cmn_btn--rsrv {
  color: #ffffff;
  background-color: #84280f;
}
#lp .cmn_btn_list .cmn_btn--rsrv:after {
  background-image: url("../img/icon_arrow--white.png");
}
#lp .cmn_btn_list .cmn_btn--rsrv:hover {
  background-color: #541001;
}
#lp .cmn_btn_list .cmn_btn--rqst {
  color: #ffffff;
  background-color: #897956;
}
#lp .cmn_btn_list .cmn_btn--rqst:after {
  background-image: url("../img/icon_arrow--white.png");
}
#lp .cmn_btn_list .cmn_btn--rqst:hover {
  background-color: #514630;
}

@media all and (max-width: 767px) {
  #lp .cmn_btn_list {
    margin: 2rem auto 2rem;
    display: flex;
    flex-direction: column;
  }
  #lp .cmn_btn_list .cmn_btn {
    width: 80%;
    max-width: 380px;
    margin: 0.5em auto;
    padding: 1.2em 2rem;
  }
  #lp .cmn_btn_list .cmn_btn:after {
    top: 1.65em;
    right: auto;
    left: calc(50% + 2.5em);
  }
  #lp .cmn_btn_list .cmn_btn--kukaku {
    order: 3;
  }
  #lp .cmn_btn_list .cmn_btn--bukken {
    order: 4;
  }
  #lp .cmn_btn_list .cmn_btn--rsrv {
    order: 1;
  }
  #lp .cmn_btn_list .cmn_btn--rqst {
    order: 2;
  }
}
/*
/* SP tel
/* ------------------------------------- */
#lp .cmn_tel_link {
  pointer-events: none;
}

@media all and (max-width: 767px) {
  #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 {
  background-color: #5b161d;
}
#lp .lp_main .lp_title {
  display: none;
}
#lp .lp_main .mv {
  height: auto;
}
#lp .lp_main .mv img {
  width: 100%;
  height: auto;
}
#lp .lp_main .mv_pc {
  display: block;
  aspect-ratio: 6/5;
}
#lp .lp_main .mv_sp {
  display: none;
  aspect-ratio: 30/38;
}
#lp .lp_main .mv_memo01,
#lp .lp_main .mv_memo02 {
  color: #ffffff;
  text-align: right;
}
#lp .lp_main .mv_memo01 li,
#lp .lp_main .mv_memo02 li {
  padding-bottom: 0;
  line-height: 1.8;
}
#lp .lp_main .mv_memo02 li {
  display: inline-block;
  white-space: nowrap;
}
#lp .lp_main .mv_pickup {
  background-color: #140a0a;
}
#lp .lp_main .mv_pickup .block {
  width: 100%;
  max-width: 1700px;
  margin: auto;
  padding: 3em 30px 3em;
}
#lp .lp_main .mv_pickup .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
#lp .lp_main .mv_pickup .list .item {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-inline: auto;
  display: block;
}
#lp .lp_main .site_tour_date {
  background-color: #5b161d;
  padding: 2.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp .lp_main .site_tour_date img {
  width: auto;
  height: 4.5vw;
  max-height: 80px;
  display: inline-block;
}
#lp .lp_main .site_tour_present {
  background-color: #061948;
  padding: 1em 1em 0.5em;
  color: #ffffff;
}
#lp .lp_main .site_tour_present img {
  width: 100%;
  max-width: 1380px;
  height: 100%;
  display: block;
  margin: auto;
}

@media all and (min-width: 768px) {
  #lp .lp_main .mv_memo01 li {
    display: inline;
  }
}
@media all and (max-width: 767px) {
  #lp .lp_main .mv_pc {
    display: none;
  }
  #lp .lp_main .mv_sp {
    display: block;
  }
  #lp .lp_main .mv_memo01,
  #lp .lp_main .mv_memo02 {
    text-align: left;
  }
  #lp .lp_main .mv_memo02 {
    margin-inline: auto;
    max-width: 520px;
    padding-top: 10px;
  }
  #lp .lp_main .mv_memo02 li {
    display: inline-block;
    white-space: nowrap;
  }
  #lp .lp_main .mv_pickup .list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: 0;
  }
  #lp .lp_main .site_tour_date {
    flex-direction: column;
    padding: 2em 0 1.5em;
  }
  #lp .lp_main .site_tour_date .block {
    height: auto;
  }
  #lp .lp_main .site_tour_date img {
    width: auto;
    height: 9.5vw;
    display: inline-block;
    margin: 0.5em 0;
  }
  #lp .lp_main .site_tour_date img.title {
    height: 8.8vw;
    margin-bottom: 1em;
  }
  #lp .lp_main .site_tour_present .cmn_memo {
    text-align: left;
    margin: 1em auto;
    width: 88%;
  }
  #lp .lp_main .site_tour_present img {
    width: 100%;
  }
}
/*
/* 
 concept
============================================================================ */
#lp .lp_concept {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
#lp .lp_concept .text {
  line-height: 2;
  text-align: center;
  font-size: clamp(0.8125rem, 0.608rem + 1.02vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
#lp .lp_concept .text span {
  font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.9375rem);
}
#lp .lp_concept .cmn_memo {
  padding-top: 1.2em;
}
#lp .lp_concept .btn_rsrv {
  margin-bottom: 4em;
}
#lp .lp_concept .btn_rsrv .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 672px;
  margin: auto;
  padding: 20px 1.5em 70px;
  background-color: #af8b41;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: clamp(0.875rem, 0.398rem + 2.39vw, 2.1875rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.5s ease;
}
#lp .lp_concept .btn_rsrv .btn::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 40px;
  background-image: url("../img/icon_arrow3--white.png");
  background-size: contain;
}
#lp .lp_concept .btn_rsrv .btn:hover {
  background-color: #93630c;
}

@media all and (min-width: 768px) {
  #lp .lp_concept {
    padding: 5em 10px 3em;
  }
  #lp .lp_concept .cmn_btn_list {
    margin-top: 3em;
  }
}
@media all and (max-width: 767px) {
  #lp .lp_concept {
    padding: 1em 1em 3em;
  }
  #lp .lp_concept .text {
    order: 2;
    text-align: left;
  }
  #lp .lp_concept .btn_rsrv {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  #lp .lp_concept .btn_rsrv .btn {
    padding: 10px 1em 40px;
    white-space: nowrap;
  }
  #lp .lp_concept .btn_rsrv .btn::after {
    width: 40px;
    height: 20px;
    bottom: 15px;
  }
  #lp .lp_concept .cmn_btn_list {
    order: 1;
    margin-top: 1rem;
  }
}
/*
/* 
 menu link
============================================================================ */
#lp .big_menu {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 1658px;
  margin-inline: auto;
}
#lp .big_menu .item {
  overflow: hidden;
  text-align: center;
}
#lp .big_menu .item a::before {
  background-size: cover;
  transition: all 0.5s ease;
  background-blend-mode: multiply;
  background-color: #8c8c8c;
  background-position: center center;
}
#lp .big_menu .item--location a::before {
  background-image: url("../img/bg_menu_location.jpg");
}
#lp .big_menu .item--childcare a::before {
  background-image: url("../img/bg_menu_childcare.jpg");
}
#lp .big_menu .item--towndesign a::before {
  background-color: #cccccc;
  background-image: url("../img/bg_menu_towndesign.jpg");
}
#lp .big_menu .item--access a::before {
  background-image: url("../img/bg_menu_access.jpg");
}
#lp .big_menu .item a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: all 0.5s ease;
}
#lp .big_menu .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 1;
}
#lp .big_menu .item .title {
  position: absolute;
  z-index: 2;
  text-indent: -9999px;
  background-size: contain;
}
#lp .big_menu .item .memo_on_photo {
  position: absolute;
  right: 10px;
  top: 8px;
  text-align: right;
  z-index: 3;
  width: calc(100% - 1rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  #lp .big_menu {
    flex-wrap: nowrap;
    gap: 44px;
    margin-bottom: 100px;
    padding-inline: 10px;
  }
  #lp .big_menu .item {
    width: 25%;
  }
  #lp .big_menu .item a:hover::before {
    transform: scale(1.05);
    background-color: transparent;
  }
  #lp .big_menu .item a {
    width: 100%;
    height: 18vw;
    max-height: 253px;
  }
  #lp .big_menu .item .title {
    bottom: 5px;
    right: 5px;
    width: 80%;
    height: 22vw;
    max-height: 80px;
    background-position: bottom right;
  }
  #lp .big_menu .item--location .title {
    background-image: url("../img/txt_menu_location.png");
  }
  #lp .big_menu .item--childcare .title {
    background-image: url("../img/txt_menu_childcare.png");
  }
  #lp .big_menu .item--towndesign .title {
    background-image: url("../img/txt_menu_towndesign.png");
  }
  #lp .big_menu .item--access .title {
    background-image: url("../img/txt_menu_access.png");
  }
}
@media all and (max-width: 767px) {
  #lp .big_menu {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #lp .big_menu .item {
    width: 50%;
    aspect-ratio: 1/1;
  }
  #lp .big_menu .item a {
    width: 100%;
    aspect-ratio: 1/1;
  }
  #lp .big_menu .item--childcare a::before {
    background-position: center left;
  }
  #lp .big_menu .item .title {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 20vw;
    background-position: bottom center;
  }
  #lp .big_menu .item--location .title {
    background-image: url("../img/txt_menu_location_sp.png");
  }
  #lp .big_menu .item--childcare .title {
    background-image: url("../img/txt_menu_childcare_sp.png");
  }
  #lp .big_menu .item--towndesign .title {
    background-image: url("../img/txt_menu_towndesign_sp.png");
  }
  #lp .big_menu .item--access .title {
    background-image: url("../img/txt_menu_access_sp.png");
  }
  #lp .big_menu .item .memo_on_photo {
    letter-spacing: 0;
  }
}
/*
/* 
 location
============================================================================ */
#lp .lp_location .sec_header .desc .cmn_memo {
  margin-top: 2em;
}
#lp .lp_location .img_block {
  text-align: left;
  padding: 1em 0;
}
#lp .lp_location .img_block .title {
  font-weight: bold;
  line-height: 1.8;
}
#lp .lp_location .location_block_col2 {
  display: flex;
  justify-content: space-between;
}
#lp .lp_location .location_block_col2 .item {
  width: calc(50% - 2em);
  color: #311a1b;
  padding-bottom: 3em;
}
#lp .lp_location .location_block_col2 .item h3.title {
  margin-block: 0.7em 0.5em;
  font-size: clamp(0.9375rem, 0.869rem + 0.34vw, 1.125rem);
}
#lp .lp_location .location_block_col2 .item .text {
  line-height: 1.6;
}
#lp .lp_location .location_block_col2 .item img {
  width: 100%;
}

@media all and (max-width: 767px) {
  #lp .lp_location .location_block_col2 {
    flex-wrap: wrap;
  }
  #lp .lp_location .location_block_col2 .item {
    width: 100%;
    text-align: left;
    padding-bottom: 1em;
  }
  #lp .lp_location .location_block_col2 .item h3.title,
  #lp .lp_location .location_block_col2 .item .text {
    font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.9375rem);
  }
  #lp .lp_location .location_block_col2 .item h3.title span {
    white-space: nowrap;
  }
}
#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% - 90px) / 3);
  margin-bottom: 0.5em;
  overflow: hidden;
  text-align: center;
  color: #311a1b;
  line-height: 1.6;
}
#lp .lp_location .items_col3 .item h3.title {
  margin-block: 0.5em 0;
  font-size: clamp(0.8125rem, 0.767rem + 0.23vw, 0.9375rem);
}

@media all and (max-width: 767px) {
  #lp .lp_location .items_col3 .item {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #lp .lp_location .items_col3 .item h3.title {
    display: inline-block;
  }
  #lp .lp_location .items_col3 .item h3.title::after {
    content: "／";
  }
  #lp .lp_location .items_col3 .item .distance {
    font-weight: bold;
    display: inline-block;
  }
}
/*
/* 
 child care
============================================================================ */
#lp .lp_childcare {
  background-color: rgba(19, 32, 38, 0.6);
  margin-bottom: 5px;
  color: #ffffff;
}
#lp .lp_childcare .inner {
  padding-top: 0;
}
#lp .lp_childcare .inner .memo_on_photo {
  color: #25271f;
}
#lp .lp_childcare .items_col2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: stretch;
  margin: 4em 0 0;
}
#lp .lp_childcare .items_col2 .item {
  width: calc((100% - 100px) / 2);
  padding: 1em 0 2.5em;
  margin-bottom: 2em;
  text-align: center;
}
#lp .lp_childcare .items_col2 .item img {
  display: block;
  margin: 0 auto;
}
#lp .lp_childcare .items_col2 .item h4.title {
  margin-block: 0.7em 0.3em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#lp .lp_childcare .items_col2 .item .text {
  text-align: left;
  line-height: 1.8;
}
#lp .lp_childcare .block .item--text {
  text-align: left;
  padding-bottom: 1rem;
}
#lp .lp_childcare .block .item--photo {
  overflow: hidden;
}
#lp .lp_childcare .source {
  padding-top: 1rem;
}

@media all and (min-width: 768px) {
  #lp .lp_childcare {
    margin-bottom: 50px;
  }
  #lp .lp_childcare .sec_header .text {
    text-shadow: 0 0 4px #707a7e, 0 0 2px #707a7e, 1px 1px 2px #707a7e, -1px -1px 2px #707a7e;
  }
  #lp .lp_childcare .sec_header .memo_on_photo {
    top: 50px;
    bottom: auto;
  }
  #lp .lp_childcare .block {
    display: flex;
    align-items: center;
  }
  #lp .lp_childcare .block .item {
    flex: 1;
  }
  #lp .lp_childcare .block .item--text {
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) {
  #lp .lp_childcare {
    margin-bottom: 7em;
  }
  #lp .lp_childcare .sec_header .desc {
    margin: 1em auto;
  }
  #lp .lp_childcare .sec_header .desc .text {
    text-align: left;
  }
  #lp .lp_childcare .sec_header .memo_on_photo {
    color: #25271f;
  }
  #lp .lp_childcare .inner {
    padding-bottom: 2em;
  }
  #lp .lp_childcare .items_col2 {
    flex-wrap: wrap;
    margin: 0 auto 3em;
    padding-bottom: 0;
    margin-bottom: 2em;
  }
  #lp .lp_childcare .items_col2 .item {
    width: 100%;
    padding-bottom: 2em;
  }
  #lp .lp_childcare .block .item--text .title {
    text-align: center;
    padding-top: 1rem;
  }
}
/*
/* 
 town design
============================================================================ */
#lp .lp_towndesign .fig_town {
  max-width: 900px;
}

@media all and (max-width: 767px) {
  #lp .lp_towndesign .sec_header .memo_on_photo {
    color: #ffffff;
  }
}
/*
/* 
 access
============================================================================ */
#lp .lp_access .cmn_memo {
  padding-top: 3rem;
}

@media all and (min-width: 768px) {
  #lp .lp_access .sec_header .memo_on_photo {
    top: 1em;
    bottom: auto;
    color: #ffffff;
  }
}
@media all and (max-width: 767px) {
  #lp .lp_access .sec_header .memo_on_photo {
    top: 30px;
    bottom: auto;
    color: #ffffff;
  }
  #lp .lp_access .cmn_memo {
    padding-top: 4em;
  }
}
/*
/* 
 map
============================================================================ */
#lp .lp_map .img_map {
  margin-bottom: 25px;
  border: 4px solid #48514e;
}
#lp .lp_map .map_code {
  border: 2px solid #25271f;
  padding: 0.5em;
  font-size: 15px;
}
#lp .lp_map .map_code .address {
  font-size: 1.375rem;
  vertical-align: bottom;
}
#lp .lp_map .map_code .address::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_house.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 70px;
  height: 50px;
}
#lp .lp_map .map_code .code {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.5;
}
#lp .lp_map .map_code .code::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_mapcode.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
}
#lp .lp_map .map_code .cmn_kome {
  font-size: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
}

@media all and (min-width: 768px) {
  #lp .lp_map .items_col2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 1em;
  }
  #lp .map_code .address {
    padding-right: 1em;
  }
}
@media all and (max-width: 480px) {
  #lp .lp_map .map_code p {
    text-align: left;
    line-height: 1.6;
    padding-top: 5px;
  }
}
/*
/* 
 contact
============================================================================ */
#lp .lp_contact {
  background-color: #f2f2f2;
  padding-top: 2em;
}
#lp .lp_contact.lp_section .inner {
  padding-block: 2em 5em;
}
#lp .lp_contact .contact {
  width: 100%;
  margin: auto;
}
#lp .lp_contact .contact .store_name {
  margin: auto;
}
#lp .lp_contact .contact .store_name img {
  max-width: 650px;
}
#lp .lp_contact .contact .tel_list {
  display: grid;
  grid-auto-flow: column;
  gap: 40px;
  justify-content: center;
  padding-block: 1em;
}
#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: 1em;
  padding: 0.3em 0.8em 0.3em 0.8em;
  background-color: #2f353a;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
#lp .lp_contact .contact .tel dd {
  max-width: 240px;
}
#lp .lp_contact .contact .tel .tel_number {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.1875rem);
  color: #25271f;
  text-decoration: none;
  font-weight: bold;
}
#lp .lp_contact .contact .text_big {
  font-size: clamp(0.9375rem, 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: 767px) {
  #lp .lp_contact {
    border-bottom: 1px solid #ffffff;
  }
  #lp .lp_contact .contact .tel_list {
    grid-auto-flow: row;
    padding-block: 2em;
    gap: 0;
  }
  #lp .lp_contact .contact .text_big span {
    padding-right: 0;
    display: block;
  }
}
/*
/* 
 テンプレート部分のスタイルを上書き
============================================================================ */
/*
/* ページ内リンクの位置ズレ対策
   ※PCブラウザ（Chrome, Edge）でのスマホ幅表示時用
--------------------------------------------------- */
@media all and (max-width: 767px) {
  html {
    overflow: auto;
    scrollbar-gutter: stable;
  }
}
/*
/* 濃色背景の上でバーガーボタンが同化してしまう点を改良
--------------------------------------------------- */
.b-o-bunjouBurgerNavi .b-a-burgerButton {
  background-color: rgba(246, 246, 246, 0.7);
  margin: 5px 0;
  height: 56px;
}

@media all and (min-width: 768px) {
  .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: rgb(246, 246, 246);
  }
}
@media all and (max-width: 767px) {
  .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: rgb(246, 246, 246);
  }
}
/*
/* バーガーメニュー内の下線の不具合を修正
　（最後のリストがサブメニュー付のときに正しく下線がつくように）
--------------------------------------------------- */
.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;
}

/*# sourceMappingURL=style.css.map */
