@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media only screen and (min-width: 1024px) {
  body.admin-bar {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  body.admin-bar {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  body:not(.admin-bar) {
    padding-top: 152px;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.admin-bar) {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 1024px) {
  body#moshimo.admin-bar {
    padding-top: 40px;
  }
  body#moshimo:not(.admin-bar) {
    padding-top: 72px;
  }
}
.header_logo {
  flex-shrink: 1;
  max-width: 179px;
  padding-left: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .header_logo {
    max-width: 106px;
    padding: 10px 15px;
  }
}
.header_logo .link {
  display: block;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .header_logo .link {
    margin-left: 0;
  }
}
.header_logo_img {
  display: block;
  height: auto;
  max-width: 179px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header_logo.is_compact {
    margin-top: 80px;
    padding-left: 10px;
  }
  .header_logo.is_compact .link {
    margin-left: 10px;
  }
  .header_logo.is_compact .header_logo_img {
    max-width: 105px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_logo .header_logo_img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_logo .header_logo_img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 900px) {
  .header_logo .header_logo_img {
    max-width: 120px;
  }
}
.header_navi {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 998;
}
@media only screen and (min-width: 769px) {
  .header_navi.is_hidden {
    transform: translateY(-79px);
  }
}
.header_shop_shortcut {
  margin-right: 30px;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .header_shop_shortcut {
    margin-left: auto;
  }
}
.header_shop_shortcut a {
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  height: 30px;
  padding: 5px 15px 5px 10px;
  width: 90px;
}
.header_gnavi_cta {
  align-items: stretch;
  display: flex;
  flex-shrink: 1;
  gap: 15px;
  height: 73px;
  justify-content: end;
  margin-bottom: 30px;
  margin-right: 15px;
  min-width: 300px;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .header_gnavi_cta {
    gap: 10px;
    min-width: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta {
    gap: 8px;
    min-width: 260px;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta {
    gap: 5px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .header_gnavi_cta {
    display: none;
  }
}
.header_gnavi_cta_item_line {
  flex-shrink: 1;
  min-width: 70px;
}
.header_gnavi_cta_item_line a {
  align-items: center;
  background-color: #06c755;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 16px;
  min-height: 100%;
  padding-inline: 16px;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta_item_line a {
    font-size: 0.9rem;
    gap: 12px;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta_item_line a {
    font-size: 0.85rem;
    gap: 8px;
    padding-inline: 10px;
  }
}
.header_gnavi_cta_item_line a:hover {
  background-color: #1edd9d;
}
.header_gnavi_cta_item_line a:before {
  background: url(../../assets/img/common/navi_icon_line.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 25px;
  width: 27px;
}
.header_gnavi_cta_item_line a:after {
  background: url(../../assets/img/lp/navi_arrow_pc.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 3px;
  width: 16px;
}
.header_gnavi_cta_item_reserve {
  flex-shrink: 1;
  min-width: 100px;
}
.header_gnavi_cta_item_reserve a {
  align-items: center;
  background-color: #14b8d1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 16px;
  min-height: 100%;
  padding-inline: 16px;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta_item_reserve a {
    font-size: 0.9rem;
    gap: 12px;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta_item_reserve a {
    font-size: 0.85rem;
    gap: 8px;
    padding-inline: 10px;
  }
}
.header_gnavi_cta_item_reserve a:hover {
  background-color: #37d3ea;
}
.header_gnavi_cta_item_reserve a:before {
  background: url(../../assets/img/lp/navi_icon_reserve_pc.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}
.header_gnavi_cta_item_reserve a:after {
  background: url(../../assets/img/lp/navi_arrow_pc.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 3px;
  width: 16px;
}
.header_gnavi_cta_item_tel {
  border-left: 10px solid #d80303;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 130px;
}
.header_gnavi_cta_item_tel .link {
  align-items: center;
  color: #293855; /* timeless-navy */
  display: flex;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.55rem;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 8px;
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta_item_tel .link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta_item_tel .link {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-left: 10px;
  }
}
.header_gnavi_cta_item_tel .link:before {
  background: url(../../assets/img/common/navi_icon_freedial_pc.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 23px;
  width: 37px;
}
.header_gnavi_cta_item_tel .link mark {
  background: linear-gradient(transparent 50%, #ffeba8 0);
}
.header_gnavi_cta_item_tel_text {
  color: #293855; /* timeless-navy */
  font-weight: 400;
  padding-left: 15px;
}
.header_gnavi_cta_item_tel_text:first-of-type {
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1rem;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta_item_tel_text:first-of-type {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta_item_tel_text:first-of-type {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
}
.header_gnavi_cta_item_tel_text:last-of-type {
  font-size: 0.725rem;
  letter-spacing: 0.175em;
  line-height: 0.725rem;
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta_item_tel_text:last-of-type {
    font-size: 0.65rem;
    line-height: 0.65rem;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta_item_tel_text:last-of-type {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header_gnavi_cta_item_tel_text {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .header_gnavi_cta_item_tel_text {
    padding-left: 12px;
  }
}
.header_gnavi_list {
  display: flex;
  height: 49px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .header_gnavi_list {
    flex-wrap: wrap;
    gap: 0;
    height: auto;
    margin-bottom: 30px;
    margin-top: 5px;
  }
}
.header_gnavi_title {
  border-left: 5px solid #b1a989;
  font-size: 1.325rem;
  font-weight: 700;
  padding-left: 10px;
}
.header_gnavi_list_item {
  align-items: center;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header_gnavi_list_item {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
}
.header_gnavi_list_item:after {
  background-color: #0d0f32;
  content: "";
  display: block;
  height: min(1.2rem, 1.7vw);
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .header_gnavi_list_item:after {
    display: none;
  }
}
.header_gnavi_list_item:last-child:after {
  display: none;
}
.header_gnavi_list_item .link {
  font-size: min(1.2rem, 1.7vw);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: min(1.2rem, 1.7vw);
  padding-inline: 1vw;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header_gnavi_list_item .link {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 0;
  }
}
.header_gnavi_list_item .link:after {
  background-color: #293855; /* timeless-navy */
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .header_gnavi_list_item .link:hover:after {
    opacity: 1;
  }
}
.header_gnavi_list_item .link.is_active {
  color: #ca9a50;
}
@media only screen and (min-width: 769px) {
  .header_gnavi_list_item .link.is_active:after {
    background-color: #b1a989;
    opacity: 1;
  }
}
.header_gnavi_spcta {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
  margin-top: 20px;
}
.header_gnavi_spcta:has(li:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}
.header_gnavi_spcta:has(li:nth-child(2):last-child) .header_gnavi_spcta_item:nth-of-type(2) .link {
  background-color: #14c8d1;
}
.header_gnavi_spcta:has(li:nth-child(2):last-child)
  .header_gnavi_spcta_item:nth-of-type(2)
  .link:before {
  background-image: url(../../assets/img/lp/navi_icon_reserve_pc.svg);
}
.header_gnavi_spcta_item .link {
  align-items: center;
  border-radius: 10px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 2px;
  justify-content: space-between;
  letter-spacing: 0.025em;
  line-height: 0.9rem;
  padding-block: 15px;
  padding-inline: 5px;
  position: relative;
  text-align: center;
}
.header_gnavi_spcta_item .link:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 19px;
  width: 19px;
}
.header_gnavi_spcta_item .link:after {
  background: url(../../assets/img/lp/navi_arrow_sp.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}
.header_gnavi_spcta_item:first-of-type .link {
  background-color: #bf0513;
}
.header_gnavi_spcta_item:first-of-type .link:before {
  background-image: url(../../assets/img/common/navi_icon_freedial_sp.svg);
}
.header_gnavi_spcta_item:nth-of-type(2) .link {
  background-color: #06c755;
}
.header_gnavi_spcta_item:nth-of-type(2) .link:before {
  background-image: url(../../assets/img/common/navi_icon_line.svg);
}
.header_gnavi_spcta_item:nth-of-type(3) .link {
  background-color: #14c8d1;
}
.header_gnavi_spcta_item:nth-of-type(3) .link:before {
  background-image: url(../../assets/img/lp/navi_icon_reserve_pc.svg);
  margin-left: 5px;
}
.header_gnavi_spcta_text {
  font-size: 0.75rem;
  line-height: 1.5;
}
.navi_btn {
  height: 40px;
  position: relative;
  right: 15px;
  width: 40px;
  z-index: 998;
}
@media only screen and (min-width: 769px) {
  .navi_btn {
    display: none;
  }
}
.navi_btn_bar {
  background-color: #0d0f32;
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.navi_btn_bar:first-of-type {
  top: 12px;
}
.navi_btn_bar:nth-of-type(2) {
  bottom: 12px;
}
.navi_btn.active .navi_btn_bar:first-of-type {
  transform: translateY(7.5px) rotate(-45deg);
}
.navi_btn.active .navi_btn_bar:nth-of-type(2) {
  transform: translateY(-7.5px) rotate(45deg);
}
.header_gnavi {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .header_gnavi {
    background-color: #fff;
    height: 100vh;
    padding: 30px 15px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.35s ease-in-out;
    width: 100%;
  }
  .header_gnavi.visible {
    overflow: scroll;
    padding-bottom: 100px;
    right: 0;
  }
}
.accordion_menu {
  background-color: #293855;
  left: 0;
  padding-bottom: 50px;
  padding-top: 50px;
  position: absolute;
  top: 100px;
  width: 100%;
}
.header_navi.is_active .accordion_menu {
  top: 80px;
}
@media only screen and (max-width: 768px) {
  .accordion_menu {
    padding: 0 20px 20px;
  }
}
.accordion_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .accordion_menu_list {
    padding: 0 20px 20px;
  }
}
.accordion_menu_list_item {
  padding: 0.8%;
  text-align: center;
  width: 23.5%;
}
.accordion_menu_list_item:nth-of-type(-n + 4) {
  margin-top: 0;
}
.accordion_menu_list_item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.accordion_menu_list_item .link {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 20px;
  transition: all 0.35s ease-in-out;
}
.accordion_menu_list_item .link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
@media only screen and (max-width: 768px) {
  .accordion_menu_list_item .link {
    display: block;
    padding: 5px 0;
  }
}
.header_lp {
  align-items: center;
  background-image: url(../../assets/img/lp/mv-pc.jpg);
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 450px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.header_lp .header_gnavi_list_item > .link {
  font-size: clamp(14px, 1.4vw, 20px);
}
.header_lp_tel_sp {
  display: none;
}
.header_lp_tel_pc {
  background-color: #f7e5b8;
  display: inline-flex;
  flex-direction: column;
  height: 124px;
  justify-content: center;
  line-height: normal;
  padding: 10px;
  text-align: center;
  width: clamp(60px, 26vw, 374px);
}
.header_lp_tel_pc .header_tel_txt {
  align-items: center;
  display: flex;
  font-size: clamp(10px, 1.2vw, 16px);
  font-weight: 700;
  justify-content: center;
  white-space: nowrap;
}
.header_lp_tel_pc .header_tel_txt:after,
.header_lp_tel_pc .header_tel_txt:before {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
}
.header_lp_tel_pc .header_tel_txt:before {
  margin-right: 2px;
  transform: rotate(70deg);
}
.header_lp_tel_pc .header_tel_txt:after {
  margin-left: 2px;
  transform: rotate(110deg);
}
.header_lp_tel_pc .header_tel_txt span {
  color: #a81f24;
  font-weight: 700;
}
.header_lp_tel_pc .header_tel_num {
  align-items: center;
  color: #0e2f73;
  display: flex;
  font-size: clamp(1px, 2vw, 30px);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 5px 0;
}
.header_lp_tel_pc .header_tel_num:before {
  background: url(../../assets/img/lp/logo_freedial.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 24px;
  margin-right: 5px;
  width: 40px;
}
.header_lp_tel_pc .header_tel_time {
  font-size: clamp(10px, 0.9vw, 13px);
  font-weight: 400;
}
.header_ttl {
  align-items: center;
  background: #070f26;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  text-align: center;
}
.header_ttl.cp {
  background-color: #bf0413;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
}
@media only screen and (max-width: 768px) {
  .header_lp {
    background-image: url(../../assets/img/lp/mv-sp.jpg);
    background-position: top;
    height: 66.7vw;
    min-height: 270px;
  }
  .header_lp .header_gnavi_list_item > .link {
    font-size: 1rem;
  }
  .header_ttl {
    font-size: 0.875rem;
    height: 40px;
  }
  .header_nav_lp {
    height: 80px;
    justify-content: flex-end;
  }
  .header_nav_lp .header_logo {
    margin-right: auto;
    order: 1;
  }
  .header_nav_lp .header_logo a img {
    display: flex;
    padding-right: 0;
  }
  .header_lp_tel_sp {
    align-items: center;
    display: flex;
    order: 2;
  }
  .header_lp_tel_sp a {
    align-items: center;
    background-color: #0e2f73;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 0.87rem;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    margin-right: 8px;
    width: 120px;
  }
  .header_lp_tel_sp a:before {
    background: url(../../assets/img/lp/logo_freedial.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 2px;
    width: 17px;
  }
  .header_lp_tel_sp .header_tel_time {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .header_lp_tel_pc {
    display: none;
  }
  .coupon-btn {
    order: 2;
    width: 50%;
  }
  .navi_btn {
    order: 3;
  }
  .header_gnavi {
    order: 4;
  }
}
.header_lp .header_gnavi {
  font-weight: 700;
  margin-left: auto;
  padding-right: 15px;
}
.cta_font {
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
}
.top_copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 96px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 650px;
}
.top_copy_img {
  height: auto;
  max-width: 650px;
  width: 100%;
}
.shop_name {
  color: #070f26;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 52px;
  text-align: center;
}
.shop_name:before {
  content: "タイムレス";
  display: block;
  font-size: 1.9rem;
}
.event_attention {
  color: #070f26;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.coupon-btn {
  width: 20%;
}
.coupon-btn_link {
  background: #b1a989 url(../../assets/img/lp/arrow_white.svg) no-repeat;
  background-position: center right 15px;
  border-radius: 20px;
  color: #fff;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 15px 40px 15px 30px;
}
.coupon-banner {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .top_copy {
    padding: 0 40px;
    top: 29.5vw;
  }
  .top_copy_img {
    max-width: 100%;
  }
  .shop_name {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 1vw;
  }
  .shop_name:before {
    font-size: 1rem;
  }
  .event_attention {
    font-size: 1rem;
    line-height: 1.4;
  }
  .coupon-btn_link {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top_copy {
    height: auto;
    max-width: 70%;
    top: 96px;
  }
  .shop_name {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 40px;
  }
  .event_attention {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .coupon-btn_link {
    font-size: 0.9rem;
  }
}
.footer {
  background-color: #293855; /* timeless-navy */
  padding: 80px 0 160px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-block: 50px 200px;
  }
  .footer .appeal_banner {
    margin: 20px auto;
  }
}
.footer_menu {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-inline: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .footer_menu {
    display: block;
    padding-inline: 0;
  }
  .footer_menu:after {
    clear: both;
    content: "";
    display: block;
  }
}
.footer_menu_logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 156px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer_menu_logo {
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 99px;
    width: 100%;
  }
}
.footer_menu a {
  color: #fff;
}
.footer_menu ul {
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  .footer_menu ul {
    padding-left: 4px;
  }
}
.footer_menu li {
  list-style: disc;
  list-style-position: inside;
}
@media only screen and (max-width: 768px) {
  .footer_menu li {
    font-size: 0.86667rem;
  }
}
.footer_menu li a:hover {
  text-decoration: underline;
}
.footer_menu li a.link:after {
  background: url(../../assets/img/common/icon_window.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .footer_menu li a.link:after {
    height: 11px;
    width: 13px;
  }
}
.footer_menu_title {
  margin-top: 24px;
}
.footer_menu_title:first-child {
  margin-top: 0;
}
.footer_menu_left {
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .footer_menu_left {
    float: left;
    width: 50%;
  }
}
.footer_menu_right {
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .footer_menu_right {
    float: right;
    width: 50%;
  }
}
.footer_shop_list {
  color: #fff;
  font-size: 0.9rem;
  margin: 10px;
  text-align: center;
}
.footer_shop_list * {
  display: inline;
}
.footer_shop_list ul li {
  white-space: nowrap;
}
.footer_shop_list ul li:after {
  content: "、";
  display: inline;
}
.footer_shop_list ul li:last-child:after {
  content: "";
}
.footer .pmark_img {
  background: #fff;
  height: auto;
  margin: 10px;
  max-width: 100%;
  padding: 5px;
}
.footer_navi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_navi_list_item:before {
  color: #fff;
  content: "｜";
  vertical-align: middle;
}
.footer_navi_list_item:first-child:before {
  content: "";
}
.footer_navi_list_item .link {
  color: #fff;
}
.footer_text {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.footer .privacymark {
  margin: 0 auto;
  max-width: 80px;
}
.footer .copyright {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 10px;
  text-align: center;
}
.page-top {
  bottom: 20px;
  height: 50px;
  position: fixed;
  right: 20px;
  transition: bottom 0.3s;
  width: 50px;
  z-index: 101;
}
@media only screen and (max-width: 768px) {
  .page-top {
    bottom: 100px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top.active {
    bottom: 156px;
  }
}
.page-top a {
  display: block;
}
.page-top img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body:has(.js_fix_banner.up_move) .page-top {
    bottom: calc(39vw + 10px);
    right: 10px;
  }
  body:has(.js_fix_banner.down_move) .page-top {
    bottom: 100px;
    right: 10px;
  }
}
.footer__cta {
  bottom: -136px;
  left: 0;
  position: fixed;
  transition: bottom 0.3s;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .footer__cta {
    bottom: 0;
  }
}
.footer__cta.active {
  bottom: 0;
}
.footer__cta.lock {
  position: relative;
}
.footer__cta__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 20px;
}
@media only screen and (max-width: 768px) {
  .footer__cta__inner {
    padding-inline: 0;
  }
}
.footer__cta:not(:has(.footer__cta--line)) .footer__cta__inner {
  max-width: 1072px;
}
.footer__cta h2 {
  cursor: pointer;
  line-height: 0;
  max-width: 250px;
}
.footer__cta--contact {
  background-color: #f4f4f4;
  border-top-right-radius: 15px;
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .footer__cta--contact {
    border-top-right-radius: 0;
    height: 90px;
    padding: 10px;
  }
}
.footer__cta--contact ul {
  display: flex;
  gap: clamp(0.5rem, 0.1748554913rem + 1.387283237vw, 1.25rem);
  justify-content: center;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .footer__cta--contact ul:not(:has(.footer__cta--line)) .footer__cta--tel {
    width: 50%;
  }
}
.footer__cta--contact ul:not(:has(.footer__cta--line)) .footer__cta--reserve {
  width: 460px;
}
@media only screen and (max-width: 768px) {
  .footer__cta--contact ul:not(:has(.footer__cta--line)) .footer__cta--reserve {
    width: 50%;
  }
}
.footer__cta--contact a {
  align-items: center;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: clamp(0.859375rem, 0.6900289017rem + 0.7225433526vw, 1.25rem);
  font-weight: 700;
  gap: 10px;
  justify-content: space-between;
  padding: 10px 15px;
  text-align: center;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .footer__cta--contact a {
    gap: 5px;
    min-width: 113px;
    padding: 15px 10px;
  }
}
.footer__cta--contact a:after {
  background: url(../../assets/img/lp/navi_arrow_sp.svg) no-repeat 50% / contain;
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}
.footer__cta--line a {
  background-color: #06c755;
  border-radius: 10px;
  min-height: 100%;
  min-width: clamp(6.25rem, 0.6412572254rem + 23.9306358382vw, 19.1875rem);
  transition: background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  .footer__cta--line a {
    border-radius: 5px;
    min-width: 100%;
  }
}
.footer__cta--line a:hover {
  background-color: #1edd9d;
}
.footer__cta--line a:before {
  background: url(../../assets/img/common/navi_icon_line.svg) no-repeat 50%;
  background-size: cover;
  content: "";
  display: block;
  height: clamp(1.4375rem, 1.0852601156rem + 1.5028901734vw, 2.25rem);
  width: clamp(1.5625rem, 1.1560693642rem + 1.7341040462vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .footer__cta--line a:before {
    height: 19px;
    width: 19px;
  }
}
.footer__cta--reserve a {
  background-color: #14c8d1;
  border-radius: 10px;
  min-height: 100%;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  .footer__cta--reserve a {
    border-radius: 5px;
  }
}
.footer__cta--reserve a:hover {
  background-color: #37d3ea;
}
.footer__cta--reserve a:before {
  background: url(../../assets/img/lp/navi_icon_reserve_pc.svg) no-repeat 50%;
  background-size: cover;
  content: "";
  display: block;
  height: clamp(1.5625rem, 1.1560693642rem + 1.7341040462vw, 2.5rem);
  width: clamp(1.5625rem, 1.1560693642rem + 1.7341040462vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .footer__cta--reserve a:before {
    height: 19px;
    width: 19px;
  }
  .footer__cta--tel {
    padding-block: 0;
  }
}
.footer__cta--tel__inner {
  border-left: 5px solid #d80303;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  gap: 8px;
  padding-left: 8px;
  padding-block: 3px;
}
@media only screen and (min-width: 769px) {
  .footer__cta--tel .link {
    align-items: center;
    color: #293855; /* timeless-navy */
    display: flex;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.5rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .footer__cta--tel .link {
    background-color: #bf0513;
    border-radius: 5px;
    color: #fff;
  }
}
.footer__cta--tel .link:before {
  background: url(../../assets/img/common/navi_icon_freedial_pc.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 21px;
  width: 38px;
}
@media only screen and (max-width: 768px) {
  .footer__cta--tel .link:before {
    background: url(../../assets/img/common/navi_icon_freedial_sp.svg) no-repeat 50% / contain;
    height: 19px;
    width: 19px;
  }
}
.footer__cta--tel .link mark {
  background: linear-gradient(transparent 50%, #fff 0);
}
.footer__cta--tel_text {
  color: #293855; /* timeless-navy */
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.footer__cta--info {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
}
.tl_point {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  max-width: 1400px;
  width: 100%;
}
.tl_point_item {
  background: url(../../assets/img/lp/icon_check.svg) no-repeat;
  background-position: 50%;
  background-size: contain;
  color: #563309;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: min(1rem, 1.14vw);
  font-weight: 700;
  margin: 0 2%;
  padding: 70px 30px 50px;
  text-align: center;
  width: 22.71%;
}
.tl_point_num {
  display: inline-block;
  font-size: min(2.8rem, 3.2vw);
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
}
.notes {
  margin: 10px auto;
  max-width: 1400px;
  width: 100%;
}
.notes_li {
  font-size: 0.875rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
.tl_point_lp {
  margin: 25px auto 15px;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.tl_point_lp img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .tl_point {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
    width: 100%;
  }
  .tl_point_item {
    font-size: 2.86vw;
    margin: 1%;
    padding: 10.25vw 3.9vw 6.41vw;
    width: 48%;
  }
  .tl_point_num {
    font-size: 6.56vw;
  }
  .notes {
    padding: 0 20px;
  }
  .notes_li {
    font-size: 0.75rem;
  }
  .tl_point_lp {
    margin: 10px auto 0;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tl_point_item {
    font-size: 0.8rem;
    padding: 40px 15px 25px;
    width: 23.44%;
  }
  .tl_point_num {
    font-size: 1.6rem;
  }
}
.review_box {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .review_box {
    margin-top: 40px;
  }
}
.review_box_item {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex !important;
  flex-flow: column;
  margin: 0 10px;
  padding: 20px;
}
.review_box_title {
  border-bottom: 1px solid #293855;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.review_box_text {
  background-image: linear-gradient(180deg, hsla(0, 0%, 39%, 0), hsla(0, 0%, 39%, 0) 98%, #646464);
  background-size: 100% 2em;
  box-sizing: border-box;
  line-height: 2em;
  min-height: 400px;
  padding: 2em 1em;
}
.review_box_text p {
  line-height: 2em;
}
.review_box_user {
  margin-bottom: -20px;
  text-align: center;
}
.review_box_more {
  margin-top: 40px;
  padding-inline: 10px;
  text-align: center;
}
.review_box_more a {
  align-items: center;
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 18px 3px;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-size: px2rem(19);
  font-weight: 900;
  justify-content: center;
  margin-inline: auto;
  max-width: 390px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.review_box_more a:hover {
  opacity: 0.7;
}
.archive-pagination {
  margin: 2em 0;
}
.archive-pagination .nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.archive-pagination .nav-links .page-numbers {
  display: block;
  font-size: 1rem;
  height: auto;
  padding: 0.5rem 1rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .archive-pagination .nav-links {
    gap: 5px;
  }
  .archive-pagination .nav-links .page-numbers {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
  }
}
.breadcrumbs {
  font-size: 12px;
  padding: 5px 10px 10px;
}
.breadcrumbs > span > span {
  margin: 0 0.5em;
}
.breadcrumbs > span > span:first-child {
  margin-left: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs {
    font-size: 16px;
    padding: 20px 20px 10px;
  }
}
.column-section {
  padding-block: 60px;
}
.column-section__inner {
  background-color: #f2f0ea;
  margin-inline: auto;
  max-width: 1200px;
  padding-block: clamp(3rem, 2.1329479769rem + 3.6994219653vw, 5rem);
  padding-inline: clamp(1rem, 0.3497109827rem + 2.774566474vw, 2.5rem);
}
.column-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.column-section__cards {
  column-gap: clamp(12px, (100vw - 1150px) * 0.4 + 20px, 36px);
  display: grid;
  row-gap: 36px;
}
.column-section__cards.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.column-section__cards.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .column-section__cards {
    gap: 20px 9px;
  }
  .column-section__cards.col3,
  .column-section__cards.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .column-section__cards.col3 > *,
  .column-section__cards.col4 > * {
    grid-column: span 1;
  }
  .column-section__cards.col3.sp-large-first,
  .column-section__cards.col4.sp-large-first {
    grid-template-columns: repeat(2, 1fr);
  }
  .column-section__cards.col3.sp-large-first > :first-child,
  .column-section__cards.col4.sp-large-first > :first-child {
    grid-column: span 2;
  }
  .column-section__cards.col3.sp-large-first > :first-child .column-card__title,
  .column-section__cards.col4.sp-large-first > :first-child .column-card__title {
    font-size: 1.25rem;
  }
}
.column-section__no-posts {
  text-align: center;
}
.column-section__more {
  margin-top: 40px;
  text-align: center;
}
.column-section__more a {
  align-items: center;
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 18px 3px;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-size: 1.1875rem;
  font-weight: 900;
  justify-content: center;
  margin-inline: auto;
  max-width: 390px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.column-section__more a:hover {
  opacity: 0.7;
}
.column-section-list__empty {
  text-align: center;
}
.column-card {
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #f2f0ea;
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.column-card__date {
  font-size: 0.875rem;
}
.column-card__thumbnail {
  aspect-ratio: 224/145;
  display: block;
  overflow: hidden;
  width: 100%;
}
.column-card__thumbnail img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
}
.column-card__thumbnail.noimage {
  background-color: #3c3a52;
}
.column-card__category {
  margin-bottom: 5px;
}
.column-card__category span {
  background-color: #b1a989;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .column-card__category span {
    font-size: 13px;
  }
}
.column-card__meta {
  margin-bottom: 5px;
}
.column-card .icon-calendar {
  display: inline-block;
  height: 14px;
  width: 17px;
}
.column-card__text {
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .column-card__text {
    padding: 16px;
  }
}
.column-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding-left: 12px;
  padding-block: 7px;
  position: relative;
}
.column-card__title:before {
  background-color: #b1a989;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.column-card:hover {
  opacity: 0.85;
}
.banner {
  display: block;
  margin-block: clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
  text-align: center;
}
.banner.my0 {
  margin-block: 0;
}
@media only screen and (max-width: 768px) {
  .banner {
    padding-inline: 16px;
  }
}
.banner__image {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.banner > a {
  display: block;
}
.banner > a:hover {
  opacity: 0.7;
}
.items__faq .faq_list_item {
  margin-top: 1px;
}
.items__faq .faq_item_title {
  background-color: #e5e5e5;
}
@media only screen and (max-width: 768px) {
  .items__faq .faq_item_title {
    font-size: 0.875rem;
  }
}
.items__need table {
  border: 1px solid #f2f0ea;
  width: 100%;
}
.items__need th {
  background-color: #f2f0ea;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 17px;
}
.items__need td {
  padding: 26px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .items__need td {
    display: block;
    padding: 16px;
  }
}
.items__need--identityleft {
  align-items: center;
  display: flex;
}
.items__need--identityright {
  display: flex;
  font-size: 1.1875rem;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .items__need--identityright {
    justify-content: center;
  }
}
.items__need--identityright img {
  display: block;
  height: auto;
  max-width: 175px !important;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .items__need--identityright img {
    max-width: 100%;
  }
}
.items__need--caution {
  font-size: 0.875rem;
  margin-block: 10px 40px;
  padding-left: 26px;
}
@media only screen and (max-width: 768px) {
  .items__need--caution {
    margin-block: 10px 20px;
    padding-left: 16px;
  }
}
.items__need--notes li {
  list-style: disc;
  list-style-position: inside;
}
.condition-list {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem);
  justify-content: center;
  margin-block: 40px;
}
@media only screen and (max-width: 768px) {
  .condition-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin-block: 20px;
    margin-inline: auto;
    max-width: 600px;
  }
}
.condition-list li {
  background-color: #293855;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 250px;
}
.condition-list p {
  align-items: center;
  color: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding-inline: 10px;
  text-align: center;
}
.condition-list.items-list__link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}
@media only screen and (max-width: 768px) {
  .condition-list.items-list__link {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.condition-list.items-list__link li {
  max-width: 270px;
}
.condition-list.items-list__link li a {
  display: block;
  position: relative;
}
.condition-list.items-list__link li a:hover {
  text-decoration: underline;
}
.condition-list.items-list__link li a:hover:after {
  background-color: hsla(0, 0%, 100%, 0.3);
  content: "";
  inset: 0;
  position: absolute;
}
.col3.items-list__link {
  gap: clamp(12px, (100vw - 1020px) * 0.4 + 12px, 36px);
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.col3.items-list__link li p {
  padding-inline: 5px;
}
@media only screen and (max-width: 768px) {
  .col3.items-list__link {
    font-size: 0.8125rem;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.items-list__link {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  list-style: none;
  margin-block: 40px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .items-list__link {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.items-list__link li {
  background-color: #293855;
}
.items-list__link li img {
  display: block;
  height: auto;
  width: 100%;
}
.items-list__link li a {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  height: 100%;
  position: relative;
}
.items-list__link li a:hover {
  text-decoration: underline;
}
.items-list__link li a:hover:after {
  background-color: hsla(0, 0%, 100%, 0.3);
  content: "";
  inset: 0;
  position: absolute;
}
.items-list__link li a .items__dirtcol-img {
  position: relative;
}
.items-list__link li a .items__dirtcol-img img {
  height: auto;
  width: 100%;
}
.items-list__link li a .items__dirtcol-img:after {
  background-color: #fff;
  background-image: url(../../assets/img/common/arrow_right_black.svg);
  background-position: 13px;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: 9px;
  top: 42%;
  width: 32px;
}
.items-list__link li .items__dirtcol-img {
  position: relative;
}
.items-list__link li .items__dirtcol-img img {
  height: auto;
  width: 100%;
}
.items-list__link li .items__dirtcol-img:after {
  background-color: #fff;
  background-image: url(../../assets/img/common/arrow_right_black.svg);
  background-position: 13px;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: 9px;
  top: 42%;
  width: 32px;
}
.items-list__link li p {
  align-items: center;
  color: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  min-height: 50px;
  padding-inline: 10px;
  text-align: center;
}
.contact-block__list {
  display: grid;
  gap: clamp(0.5rem, -0.3670520231rem + 3.6994219653vw, 2.5rem);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .contact-block__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-block__list a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-size: 1.1875rem;
  justify-content: start;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
}
.contact-block__list a img {
  margin-right: 10px;
}
.contact-block__list a span {
  flex-grow: 1;
  text-align: center;
}
.contact-block__list .button-arrow {
  align-items: center;
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 16px 3px;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 900;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.contact-block__list .button-arrow:hover {
  opacity: 0.7;
}
.section-area {
  background-color: #fff;
  color: #333;
  margin-block: 50px;
}
.areaAccordion {
  margin: 0 auto;
  max-width: 1200px;
}
.areaItem {
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 16px;
}
.areaToggle {
  align-items: center;
  background-color: #f2f0ea;
  border: none;
  border-radius: 4px;
  color: #323232;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 24px;
  padding: 16px 18px;
  position: relative;
  text-align: left;
  width: 100%;
}
.areaToggle i {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.areaToggle.open i {
  transform: rotate(90deg);
}
.areaPanel {
  background: #fff;
  border-radius: 4px;
  display: none;
  padding: 12px;
}
.areaPanel.open {
  display: block;
}
.storeItem {
  margin-bottom: 12px;
  padding: 0 12px;
}
.storeTitle {
  color: #1234b4;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.storeAddress,
.storeTime,
.storeZip {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0;
}
.areaInfo {
  background: #f9f9fb;
  border-radius: 4px;
  padding: 12px;
}
.areaInfo p {
  font-family:
    Noto Sans,
    sans-serif !important;
  font-feature-settings: normal;
}
.areaTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 4px;
}
.areaSub {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.outarea {
  margin-bottom: 24px;
}
.outarea:last-child {
  margin-bottom: 0;
}
.areaText__normal + .areaText__winter {
  margin-top: 24px;
}
.areaList {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.areaList li {
  font-size: 14px;
  margin-bottom: 4px;
}
.areaIcon {
  margin-right: 6px;
}
.areaText {
  font-size: 16px;
  margin: 4px 0 0;
}
