@charset "UTF-8";
/* 
 base
============================================================================ */
/* 
 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, 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;
  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;
  margin-bottom: 0.5em;
}
#lp h5 {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  letter-spacing: 0;
  margin-block: 0;
}

#lp sup {
  font-size: 50%;
  vertical-align: super;
  padding-inline: 0.3em;
}

/* text
/* ------------------------------------- */
#lp .cmn_memo {
  text-align: right;
  line-height: 1.5;
  font-size: clamp(0.5rem, calc(0.409rem + 0.45vw), 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 .cmn_en {
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#lp .cmn_mincho {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
}

@media all and (max-width: 768px) {
  #lp .cmn_memo {
    text-align: left;
  }
  #lp .cmn_memo--left {
    text-align: left;
  }
  #lp .cmn_memo--center {
    text-align: center;
  }
  #lp .cmn_memo--spright {
    text-align: right;
  }
}
/* section
/* ------------------------------------- */
#lp .cmn_section {
  width: 100%;
}
#lp .cmn_section .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 3em 20px 5em;
}
#lp .cmn_section .sec_header {
  width: 100%;
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 6em 20px;
}
#lp .cmn_section .sec_header .sec_title {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.875rem);
  padding-bottom: 3em;
}
#lp .cmn_section .sec_header .sec_title .cmn_en {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.25rem, calc(1.159rem + 0.45vw), 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding-bottom: 0.5em;
}
#lp .cmn_section .sec_header .catch {
  font-size: clamp(0.9375rem, calc(0.778rem + 0.8vw), 1.375rem);
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
#lp .bg--stone {
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 768px) {
  #lp .cmn_section .inner {
    padding-inline: 40px;
  }
  #lp .cmn_section .sec_header {
    padding: 4em 20px;
  }
  #lp .cmn_section .sec_header .sec_title {
    padding-bottom: 1.5em;
  }
  #lp .cmn_section .sec_header .sec_title .cmn_en {
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 480px) {
  #lp .cmn_section .inner,
  #lp .cmn_section .sec_header {
    padding-inline: 10px;
  }
}
/* photo & description set
/* ------------------------------------- */
#lp .cmn_img_block {
  text-align: left;
  padding: 1em 0;
}
#lp .cmn_img_block .photo {
  margin-bottom: 0.5em;
}
#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;
}

/* memo on photo
/* ------------------------------------- */
#lp .base_photo {
  position: relative;
}
#lp .base_photo .memo_on_photo {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-size: clamp(0.5rem, calc(0.409rem + 0.45vw), 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media all and (max-width: 768px) {
  #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: 769px) {
  #lp .sp_only {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #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, calc(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.80em;
  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: #b3b3b3;
}
#lp .cmn_btn_list .cmn_btn--rsrv {
  color: #ffffff;
  background-color: #b6915b;
}
#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: #986e34;
}
#lp .cmn_btn_list .cmn_btn--rqst {
  color: #ffffff;
  background-color: #2d648e;
}
#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: #134363;
}

@media all and (max-width: 768px) {
  #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: 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 .lp_title {
  display: none;
}
#lp .lp_main .mv {
  height: auto;
}
#lp .lp_main .mv img {
  width: 100%;
}
#lp .lp_main .mv_pc {
  display: block;
}
#lp .lp_main .mv_sp {
  display: none;
}
#lp .lp_main .site_tour_date {
  background-color: #2f363c;
  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: #09102c;
  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 (max-width: 768px) {
  #lp .lp_main .mv_pc {
    display: none;
  }
  #lp .lp_main .mv_sp {
    display: block;
    position: relative;
  }
  #lp .lp_main .mv_sp.mv_sp02 {
    background-color: #bbd6f0;
    padding: 2em 0 7em;
    text-align: center;
  }
  #lp .lp_main .mv_sp.mv_sp02 img {
    width: 90%;
    max-width: 592px;
  }
  #lp .lp_main .mv_memo01,
  #lp .lp_main .mv_memo02 {
    position: absolute;
    left: 3px;
    bottom: 1px;
  }
  #lp .lp_main .mv_memo01 {
    color: #ffffff;
  }
  #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;
  padding: 0 10px 5em;
  display: block;
}
#lp .lp_concept .mv_memo_pc {
  text-align: right;
  margin-block: 0 5em;
  padding-top: 1em;
  padding-bottom: 3em;
}
#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: #af4228;
  border-radius: 24px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: clamp(0.875rem, calc(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: #b77e39;
}
#lp .lp_concept .text {
  line-height: 2;
  text-align: center;
  font-size: clamp(0.8125rem, calc(0.608rem + 1.02vw), 1.375rem);
  font-weight: 500;
  letter-spacing: 0;
}
#lp .lp_concept .text span {
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
}
#lp .lp_concept .cmn_memo {
  padding-top: 1.2em;
}

@media all and (min-width: 769px) {
  #lp .lp_concept .text {
    width: 52em;
    margin-inline: auto;
  }
  #lp .lp_concept .cmn_memo {
    text-align: right;
    padding-right: 2em;
  }
}
@media all and (max-width: 768px) {
  #lp .lp_concept {
    padding: 4em 1rem 3em;
  }
  #lp .lp_concept .btn_rsrv {
    margin-bottom: 3em;
  }
  #lp .lp_concept .btn_rsrv .btn {
    padding: 10px 1em 40px;
    border-radius: 10px;
    white-space: nowrap;
  }
  #lp .lp_concept .btn_rsrv .btn::after {
    width: 40px;
    height: 20px;
    bottom: 15px;
  }
  #lp .lp_concept .cmn_btn_list {
    margin-top: 3rem;
  }
}
/* 
 menu link
============================================================================ */
#lp .big_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
#lp .big_menu .card {
  position: relative;
  width: 25%;
  overflow: hidden;
  transition: transform 0.5s ease;
  text-align: center;
}
#lp .big_menu .card a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: all 0.5s ease;
}
#lp .big_menu .card .image-box {
  width: 100%;
  height: 54vw;
  background-image: url("../img/bg_menu_location.jpg");
  background-size: cover;
  transition: background-image 0.5s ease;
}
#lp .big_menu .card .image-box:hover {
  background-image: url("../img/bg_menu_location-on.jpg");
  transition: all 0.5s ease;
}
#lp .big_menu .card .image-box--childcare {
  background-image: url("../img/bg_menu_child_care.jpg");
}
#lp .big_menu .card .image-box--childcare:hover {
  background-image: url("../img/bg_menu_child_care-on.jpg");
}
#lp .big_menu .card .image-box--towndesign {
  background-image: url("../img/bg_menu_town_design.jpg");
}
#lp .big_menu .card .image-box--towndesign:hover {
  background-image: url("../img/bg_menu_town_design-on.jpg");
}
#lp .big_menu .card .image-box--access {
  background-image: url("../img/bg_menu_access.jpg");
}
#lp .big_menu .card .image-box--access:hover {
  background-image: url("../img/bg_menu_access-on.jpg");
}
#lp .big_menu .card .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}
#lp .big_menu .card .overlay .cmn_en {
  font-size: clamp(1.125rem, calc(0.716rem + 1.5vw), 2.25rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.0;
}
#lp .big_menu .card .overlay .menu {
  font-size: clamp(0.8125rem, calc(0.653rem + 0.8vw), 1.25rem);
  font-weight: 500;
  margin-top: 5px;
}
#lp .big_menu .card .memo_on_photo {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 3;
  width: calc(100% - 1rem);
  text-align: left;
  font-size: clamp(0.5rem, calc(0.409rem + 0.45vw), 0.75rem);
  font-weight: 300;
  line-height: 1.5;
}

@media all and (max-width: 768px) {
  #lp .big_menu .card {
    width: 50%;
  }
  #lp .big_menu .card .image-box {
    background-image: url("../img/bg_menu_location_sp.jpg");
  }
  #lp .big_menu .card .image-box:hover {
    background-image: url("../img/bg_menu_location_sp-on.jpg");
  }
  #lp .big_menu .card .image-box--childcare {
    background-image: url("../img/bg_menu_child_care_sp.jpg");
  }
  #lp .big_menu .card .image-box--childcare:hover {
    background-image: url("../img/bg_menu_child_care_sp-on.jpg");
  }
  #lp .big_menu .card .image-box--towndesign {
    background-image: url("../img/bg_menu_town_design_sp.jpg");
  }
  #lp .big_menu .card .image-box--towndesign:hover {
    background-image: url("../img/bg_menu_town_design_sp-on.jpg");
  }
  #lp .big_menu .card .image-box--access {
    background-image: url("../img/bg_menu_access_sp.jpg");
  }
  #lp .big_menu .card .image-box--access:hover {
    background-image: url("../img/bg_menu_access_sp-on.jpg");
  }
  #lp .big_menu .card .overlay {
    line-height: 1.5;
  }
  #lp .big_menu .card .overlay .menu {
    margin-top: 0;
  }
  #lp .big_menu .card .memo_on_photo {
    letter-spacing: 0;
    left: auto;
    right: 3px;
    bottom: 3px;
    text-align: right;
  }
}
/* 
 location
============================================================================ */
#lp .location_block_col2 {
  display: flex;
  justify-content: space-between;
}
#lp .location_block_col2 .item {
  width: calc(50% - 2em);
  color: #311a1b;
}
#lp .location_block_col2 .item h3.title {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: clamp(0.9375rem, calc(0.869rem + 0.34vw), 1.125rem);
  letter-spacing: 0;
}
#lp .location_block_col2 .item .text {
  line-height: 1.6;
}
#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%;
    text-align: left;
  }
  #lp .location_block_col2 .item h3.title,
  #lp .location_block_col2 .item .text {
    font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  }
}
#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);
  height: 100%;
  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;
  font-size: clamp(0.8125rem, calc(0.767rem + 0.23vw), 0.9375rem);
  letter-spacing: 0;
}

@media all and (max-width: 768px) {
  #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;
  }
}
@media all and (min-width: 769px) {
  #lp .lp_location {
    background-image: url("../img/bg_flow01.png");
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}
@media all and (max-width: 768px) {
  #lp .lp_location {
    background-image: url("../img/bg_flow_sp.png");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: contain;
  }
}
/* 
 child care
============================================================================ */
#lp .lp_child_care .inner {
  padding-top: 0;
}
#lp .lp_child_care .items_col3 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: stretch;
  margin: 5em 0 3em;
}
#lp .lp_child_care .items_col3 .item {
  width: calc((100% - 90px) / 3);
  padding: 1em 3em 2.5em;
  margin-bottom: 2em;
  text-align: center;
  background-color: #bdcce9;
  color: #311a1b;
}
#lp .lp_child_care .items_col3 .item img {
  display: block;
  margin: auto auto 0.5em auto;
}
#lp .lp_child_care .items_col3 .item img.icon_city {
  width: 180px;
  height: 115px;
}
#lp .lp_child_care .items_col3 .item h4.title {
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#lp .lp_child_care .items_col3 .item .text {
  text-align: left;
  line-height: 1.8;
}
#lp .lp_child_care .block .item--text {
  text-align: left;
  color: #311a1b;
  padding-bottom: 1rem;
}
#lp .lp_child_care .block .item--text h4.title {
  font-size: clamp(1rem, calc(0.864rem + 0.68vw), 1.375rem);
  font-weight: 500;
}
#lp .lp_child_care .block .item--photo {
  overflow: hidden;
}
#lp .lp_child_care .source {
  padding-top: 1rem;
}

@media all and (min-width: 769px) {
  #lp .lp_child_care .block {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #lp .lp_child_care .block .item {
    flex: 1;
  }
}
@media all and (max-width: 768px) {
  #lp .lp_child_care .items_col3 {
    flex-wrap: wrap;
    margin: 3em auto 5em;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #lp .lp_child_care .items_col3 .item {
    width: 100%;
    padding-bottom: 3rem;
  }
  #lp .lp_child_care .block .item--text .title {
    text-align: center;
    padding-top: 1rem;
  }
}
@media all and (min-width: 769px) {
  #lp .lp_child_care {
    background-image: url("../img/bg_flow02.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media all and (max-width: 768px) {
  #lp .lp_child_care {
    background-image: url("../img/bg_flow_sp.png");
    background-repeat: repeat-y;
    background-position: top 500px left;
    background-size: contain;
  }
}
/* 
 town design
============================================================================ */
@media all and (min-width: 769px) {
  #lp .lp_town_design {
    background-image: url("../img/bg_flow03.png");
    background-repeat: no-repeat;
    background-position: top 300px left;
  }
}
@media all and (max-width: 768px) {
  #lp .lp_town_design {
    background-image: url("../img/bg_flow03.png");
    background-repeat: no-repeat;
    background-position: top 240px left;
    background-size: 83%;
  }
}
/* 
 access
============================================================================ */
#lp .lp_access .cmn_memo {
  padding-top: 3rem;
}

@media all and (min-width: 769px) {
  #lp .lp_access {
    background-image: url("../img/bg_flow02.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media all and (max-width: 768px) {
  #lp .lp_access {
    scroll-margin-top: 80px;
    background-image: url("../img/bg_flow02.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 83%;
  }
}
/* 
 location map
============================================================================ */
#lp .lp_map .img_map {
  margin-bottom: 2em;
  border: 2px solid #25271f;
}
#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, calc(0.409rem + 0.45vw), 0.75rem);
}

@media all and (min-width: 769px) {
  #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: 768px) {
  #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.cmn_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;
}
#lp .lp_contact .contact .tel dd {
  max-width: 240px;
}
#lp .lp_contact .contact .tel .tel_number {
  font-size: clamp(1.5rem, calc(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, 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 {
    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;
  }
}
/* 
 テンプレート部分のスタイルを上書き
============================================================================ */
/* 濃色背景の上でバーガーボタンが同化してしまう点を改良
--------------------------------------------------- */
.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;
}
